From 11cb134194f6af239d993a0fbe1a13a71f5d3d3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Wed, 1 Feb 2012 17:14:21 +0100 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2