summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2010-09-10 01:14:41 +0700
committerGary V. Vaughan <gary@gnu.org>2011-10-23 14:33:21 +0700
commitb868b7c48743870d2caea1a60077a066752bf0e1 (patch)
treefdeaaa978deab8f8a691e1b5fd48c6c749e69005 /configure.ac
parent933f614f6c811eab79c1428969df1c381dec51b0 (diff)
downloadlibtool-b868b7c48743870d2caea1a60077a066752bf0e1.tar.gz
maint: add gnulib submodule.
* configure.ac (GL_INIT, GL_EARLY): Initialise gnulib, and expand its configure time checks. * .gitmodules (gnulib): New file with configuration for our gnulib git submodule. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ede0fc01..5f052b0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,6 +194,7 @@ AC_SUBST([DIST_MAKEFILE_LIST])
# a good C compiler: if the following C++ tests fail, the whole libtool
# build fails!
AC_PROG_CC
+GL_EARLY
AM_PROG_CC_C_O
AC_PROG_CPP
@@ -254,6 +255,11 @@ else
fi
AC_SUBST([ORDER])
+## ---------------------- ##
+## Gnulib initialisation. ##
+## ---------------------- ##
+GL_INIT
+
## ------------- ##
## Documentation ##
## ------------- ##