summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-10-17 16:13:03 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:27:40 -0600
commit01a562d206214ff6618b6e6c36f61c6859f66bdf (patch)
tree517488419546fd5fac522ba50596ebb68cfc1fb0 /configure.ac
parent8d5c8e670f4e7c4da0dc8bfb77d4392b4a600a1f (diff)
downloadm4-01a562d206214ff6618b6e6c36f61c6859f66bdf.tar.gz
* m4/gnulib-cache.m4: Update with 'gnulib-tool --import
config-h'. * configure.ac (AC_CONFIG_HEADERS): Create config.h alongside gnulib headers, rather than in top directory. * src/Makefile.am (AUTOMAKE_OPTIONS): Add nostdinc, to reduce make output clutter.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c2f09ab9..50f3cbfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])
m4_pattern_forbid([^M4_[A-Z]])
AC_CONFIG_SRCDIR([src/m4.h])
-AC_CONFIG_HEADERS([config.h:config-h.in])
+AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST