* 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>
--- /dev/null
+[submodule "gnulib"]
+ path = gnulib
+ url = git://git.sv.gnu.org/gnulib.git
+2010-08-27 Gary V. Vaughan <gary@gnu.org>
+
+ 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.
+
2010-09-01 Gary V. Vaughan <gary@gnu.org>
maint: don't run help2man on programs not-yet-built.
AM_CPPFLAGS =
AM_LDFLAGS =
-DIST_SUBDIRS = .
+SUBDIRS = .
+DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST =
BUILT_SOURCES = libtool libtoolize
# 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
fi
AC_SUBST([ORDER])
+## ---------------------- ##
+## Gnulib initialisation. ##
+## ---------------------- ##
+GL_INIT
+
## ------------- ##
## Documentation ##
## ------------- ##
--- /dev/null
+Subproject commit 356e3744fbe79b23e608b8f4ec1b8204986b8f8e
/Makefile.am
/argz.h
+/libgnu
+/dummy.c
+/gnulib.mk
--- /dev/null
+/Makefile.am
+/dummy.c
+/00gnulib.m4
+/gnulib-cache.m4
+/gnulib-common.m4
+/gnulib-comp.m4
+/gnulib-tool.m4
/ltversion.m4