summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-09-22 11:56:05 +0700
committerGary V. Vaughan <gary@gnu.org>2013-09-22 11:56:05 +0700
commitbf8486051c22115173fc138f95d02221c5ec8806 (patch)
treed6931ca3be76a0a2122f090ebc29ba8d9035dcaf /configure.ac
parentc906f15d5ead18a5e848f11391e48f05b7868268 (diff)
downloadm4-bf8486051c22115173fc138f95d02221c5ec8806.tar.gz
configury: install gnulib sources into m4 subdirectory.
* configure.ac (AC_CONFIG_LIBOBJ_DIR): Change to m4/gnu. (AC_CONFIG_HEADERS): Change to config.h. (AC_CONFIG_FILES): Change gnu/Makeflie to m4/gnu/Makefile. * .gitignore, po/POTFILES.in: Adjust accordingly. * build-aux/m4/gnulib-cache.m4: Regenerate. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 36e0a7fd..70f39ae8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,9 +32,9 @@ AC_INIT([GNU M4], m4_defn([M4_VERSION]), [bug-m4@gnu.org])
AC_CONFIG_SRCDIR([src/m4.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux/m4])
-AC_CONFIG_LIBOBJ_DIR([gnu])
+AC_CONFIG_LIBOBJ_DIR([m4/gnu])
AC_CONFIG_TESTDIR([tests])
-AC_CONFIG_HEADERS([gnu/config.h:gnu/config.hin])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([tests/m4], [chmod +x tests/m4])
@@ -280,8 +280,8 @@ M4_SYSCMD
## -------- ##
AC_CONFIG_FILES([
Makefile
-gnu/Makefile
doc/Makefile
+m4/gnu/Makefile
m4/system.h:m4/system_.h
tests/atlocal
tests/gnu/Makefile