]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Mention that autoreconf can be used to create the configure script
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 16:14:21 +0000 (17:14 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 16:14:21 +0000 (17:14 +0100)
The comment on the first line of configure.in tells to use autoconf to
build the configure script but autoreconf is more likely to do the job.

configure.in

index c8d6709ea0a98f1c887e537bc11f0a0a1aa8497a..cc023d54078bc5d8344a2a6bdda70fff2576290b 100644 (file)
@@ -1,4 +1,4 @@
-dnl Process this file with autoconf to produce a configure script.
+dnl Process this file with autoconf or autoreconf to produce a configure script.
 AC_INIT([sarg],[2.3.3-pre1])
 AC_CONFIG_SRCDIR([log.c])
 AC_CONFIG_AUX_DIR(cfgaux)