summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in21
1 files changed, 13 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index aa880b2c5..c1027ab4a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
-# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software
-# Foundation, Inc.
+# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -49,9 +49,14 @@ rm conftest.ac
AC_CONFIG_FILES([automake], [chmod +x automake])
AC_CONFIG_FILES([aclocal], [chmod +x aclocal])
-AC_OUTPUT([Makefile
- lib/Makefile
- lib/Automake/Makefile
- lib/am/Makefile
- m4/Makefile
- tests/Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ lib/Automake/Makefile
+ lib/Makefile
+ lib/am/Makefile
+ m4/Makefile
+ m4/amversion.m4:m4/amversion.in
+ tests/Makefile
+])
+
+AC_OUTPUT