From 93fe1b8659bb74a2931b857d8ba1231e151b770c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 8 Sep 2014 23:33:41 +0100 Subject: [PATCH] Stupid comment. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 82533a35..17cd0da6 100644 --- a/configure.ac +++ b/configure.ac @@ -528,5 +528,5 @@ AM_CONDITIONAL(IS_SUNOS, test "x$PLATFORM" = xsunos) AM_CONDITIONAL(IS_HPUX, test "x$PLATFORM" = xhpux) AM_CONDITIONAL(IS_UNKNOWN, test "x$PLATFORM" = xunknown) -# autoconf should create a Makefile. A shock! +# autoconf should create a Makefile. AC_OUTPUT(Makefile)