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

Improve comment.

This commit is contained in:
Bruno Haible
2010-07-03 12:50:23 +02:00
parent 84503392b0
commit fa286b96d7

View File

@@ -1,6 +1,6 @@
dnl autoconf configuration for gperf dnl autoconf configuration for gperf
dnl Copyright (C) 1998, 2002, 2003, 2005-2007, 2009 Free Software Foundation, Inc. dnl Copyright (C) 1998, 2002, 2003, 2005-2007, 2009-2010 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
@@ -25,7 +25,8 @@ AC_PROG_MAKE_SET
AC_OBJEXT AC_OBJEXT
AC_EXEEXT AC_EXEEXT
dnl An autoconf-2.52 bug: AC_CONFIG_SUBDIRS requires AC_CONFIG_AUX_DIR_DEFAULT. dnl An autoconf-2.52 bug: AC_CONFIG_SUBDIRS requires AC_CONFIG_AUX_DIR_DEFAULT,
dnl if the package does not ship with install-sh, install.sh, or shtool.
ac_aux_dir=$srcdir ac_aux_dir=$srcdir
AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT]) AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])
AC_CONFIG_SUBDIRS([lib src tests doc]) AC_CONFIG_SUBDIRS([lib src tests doc])