1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Fix AC_INIT argument.

This commit is contained in:
Bruno Haible
2003-05-07 13:25:05 +00:00
parent fd6df8913a
commit bd17a1a5fe
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
tests/permut2.exp, tests/permut3.exp, tests/permutc2.exp, tests/permut2.exp, tests/permut3.exp, tests/permutc2.exp,
tests/test-4.exp: Update. tests/test-4.exp: Update.
* src/configure.in: Fix AC_INIT argument.
2003-05-03 Bruno Haible <bruno@clisp.org> 2003-05-03 Bruno Haible <bruno@clisp.org>
* doc/gperf.texi: Use two spaces as sentence separator, as recommended * doc/gperf.texi: Use two spaces as sentence separator, as recommended

View File

@@ -1,6 +1,6 @@
dnl autoconf configuration for gperf/src 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 Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
dnl and Bruno Haible <bruno@clisp.org>. dnl and Bruno Haible <bruno@clisp.org>.
dnl 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 If not, write to the Free Software Foundation, Inc.,
dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 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_CONFIG_HEADER(config.h)
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
dnl dnl