summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-20 14:15:41 +0000
committerBruno Haible <bruno@clisp.org>2003-01-20 14:15:41 +0000
commit6bc6a5c4e024759bdf7cbeb0f32c0300942e7c16 (patch)
tree307141cdc458401632348d98692c36c9ad4f9a03 /configure.in
parent6eb5640c0d4cf56efa588ff43ff193979b98be39 (diff)
downloadgperf-6bc6a5c4e024759bdf7cbeb0f32c0300942e7c16.tar.gz
Use autoconf-2.52.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2bb2f5b..a6dbc05 100644
--- a/configure.in
+++ b/configure.in
@@ -23,6 +23,12 @@ dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
AC_INIT(doc/gperf.1)
AC_PROG_MAKE_SET
+
+dnl An autoconf-2.52 bug: AC_CONFIG_SUBDIRS requires AC_CONFIG_AUX_DIR_DEFAULT.
+ac_aux_dir=$srcdir
+AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])
+AC_CONFIG_SUBDIRS(lib src tests doc)
+
dnl This piece of sed script replaces every line containing '@subdir@'
dnl by several consecutive lines, each referencing one subdir.
extrasub="$extrasub"'
@@ -44,4 +50,3 @@ d
}
'
AC_OUTPUT(Makefile)
-AC_OUTPUT_SUBDIRS(lib src tests doc)