summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-05-07 13:25:05 +0000
committerBruno Haible <bruno@clisp.org>2003-05-07 13:25:05 +0000
commitbd17a1a5feb2a278fc92d3319d2190b5a36ebbc9 (patch)
tree37dcb26915c30f90a06184a72682b5390691f011
parentfd6df8913a6791d01f1a72e062e55ac8acea8646 (diff)
downloadgperf-bd17a1a5feb2a278fc92d3319d2190b5a36ebbc9.tar.gz
Fix AC_INIT argument.
-rw-r--r--ChangeLog2
-rw-r--r--src/configure.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49297bc..6bfb2dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
tests/permut2.exp, tests/permut3.exp, tests/permutc2.exp,
tests/test-4.exp: Update.
+ * src/configure.in: Fix AC_INIT argument.
+
2003-05-03 Bruno Haible <bruno@clisp.org>
* doc/gperf.texi: Use two spaces as sentence separator, as recommended
diff --git a/src/configure.in b/src/configure.in
index 3a42d13..ef7883f 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,6 +1,6 @@
dnl autoconf configuration for gperf/src
-dnl Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
+dnl Copyright (C) 1998, 2000, 2002-2003 Free Software Foundation, Inc.
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
dnl and Bruno Haible <bruno@clisp.org>.
dnl
@@ -21,7 +21,7 @@ dnl along with this program; see the file COPYING.
dnl If not, write to the Free Software Foundation, Inc.,
dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-AC_INIT(gen-perf.cc)
+AC_INIT(main.cc)
AC_CONFIG_HEADER(config.h)
AC_PROG_MAKE_SET
dnl