From: Frédéric Marchal Date: Wed, 1 Feb 2012 16:14:21 +0000 (+0100) Subject: Mention that autoreconf can be used to create the configure script X-Git-Tag: v2.3.3-pre1~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11cb134194f6af239d993a0fbe1a13a71f5d3d3b;p=thirdparty%2Fsarg.git Mention that autoreconf can be used to create the configure script 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. --- diff --git a/configure.in b/configure.in index c8d6709..cc023d5 100644 --- a/configure.in +++ b/configure.in @@ -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)