*.tar.gz
*~
+/link-warning.h
## Process this file with automake to produce Makefile.in
-SUBDIRS = data docs librazor src po
+SUBDIRS = data docs gl librazor src po
+
+ACLOCAL_AMFLAGS = -I gl/m4
# Creating ChangeLog from git log (taken from cairo/Makefile.am):
ChangeLog: $(srcdir)/ChangeLog
DIE=1
}
+if [ -z "$GNULIB_TOOL" ]; then
+ GNULIB_TOOL=`which gnulib-tool`
+ if [ -z "$GNULIB_TOOL" ]; then
+ echo
+ echo "**Error**: Missing gnulib-tool. Set GNULIB_TOOL to point"
+ echo "to a copy of gnulib-tool which is not in your PATH."
+ echo "You can get gnulib from http://www.gnu.org/software/gnulib/"
+ DIE=1
+ fi
+fi
+
if test "$DIE" -eq 1; then
exit 1
fi
am_opt=--include-deps;;
esac
- aclocalinclude="$ACLOCAL_FLAGS"
+ aclocalinclude="-I gl/m4 $ACLOCAL_FLAGS"
if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then
gtkdocize --copy --flavour no-tmpl
+echo "Running $GNULIB_TOOL --update ..."
+$GNULIB_TOOL --update
+
conf_flags="--enable-maintainer-mode"
if test x$NOCONFIGURE = x; then
AC_ISC_POSIX
AC_PROG_CC
+gl_EARLY
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/mman.h])
+gl_INIT
AM_PROG_LIBTOOL
AC_PROG_MAKE_SET
AC_PROG_LN_S
docs/Makefile
docs/version.xml
po/Makefile.in
+gl/Makefile
])
dnl ==========================================================================
--- /dev/null
+.deps
+/Makefile.am
+/alloca.c
+/alloca.in.h
+/dummy.c
+/fnmatch.c
+/fnmatch.in.h
+/fnmatch_loop.c
+/stdbool.in.h
+/wchar.in.h
+/wctype.in.h
--- /dev/null
+/alloca.m4
+/extensions.m4
+/fnmatch.m4
+/gnulib-common.m4
+/gnulib-comp.m4
+/gnulib-tool.m4
+/include_next.m4
+/mbstate_t.m4
+/stdbool.m4
+/wchar.m4
+/wctype.m4
+/wint_t.m4
--- /dev/null
+# Copyright (C) 2002-2009 Free Software Foundation, Inc.
+#
+# This file is free software, distributed under the terms of the GNU
+# General Public License. As a special exception to the GNU General
+# Public License, this file may be distributed as part of a program
+# that contains a configuration script generated by Autoconf, under
+# the same distribution terms as the rest of that program.
+#
+# Generated by gnulib-tool.
+#
+# This file represents the specification of how gnulib-tool is used.
+# It acts as a cache: It is written and read by gnulib-tool.
+# In projects using CVS, this file is meant to be stored in CVS,
+# like the configure.ac and various Makefile.am files.
+
+
+# Specification in the form of a command-line invocation:
+# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix
+
+# Specification in the form of a few gnulib-tool.m4 macro invocations:
+gl_LOCAL_DIR([])
+gl_MODULES([
+ fnmatch
+ fnmatch-posix
+])
+gl_AVOID([])
+gl_SOURCE_BASE([gl])
+gl_M4_BASE([gl/m4])
+gl_PO_BASE([])
+gl_DOC_BASE([doc])
+gl_TESTS_BASE([tests])
+gl_LIB([libgnu])
+gl_MAKEFILE_NAME([])
+gl_LIBTOOL
+gl_MACRO_PREFIX([gl])
+gl_PO_DOMAIN([])
## Process this file with automake to produce Makefile.in
INCLUDES = \
+ -I$(top_builddir)/gl -I$(top_srcdir)/gl \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
merger.c \
transaction.c
-librazor_la_LIBADD = $(ZLIB_LIBS)
+librazor_la_LIBADD = $(ZLIB_LIBS) ../gl/libgnu.la
clean-local :
rm -f *~