summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-22 11:40:52 +0100
committerJim Meyering <meyering@redhat.com>2012-01-22 11:41:39 +0100
commit75b74e442f993c03e6af8b9e2e74cd657e6cce14 (patch)
tree183d4304411c1b5dd126bd7cb7d399fa7e253f14 /lib
parentad4168bef21ef91e31637a83170deac3044b56de (diff)
downloadgrep-75b74e442f993c03e6af8b9e2e74cd657e6cce14.tar.gz
build: update bootstrap from gnulib and adapt
* bootstrap: Update from gnulib. * tests/init.sh: Update from gnulib. * bootstrap.conf (bootstrap_epilogue): Remove now-unnecessary, snippet that edited gnulib-tests/gnulib.mk. (gnulib_tool_option_extras): Add both --symlink and --makefile-name=gnulib.mk. Remove use of $bt. * lib/Makefile.am: Initialize numerous automake variables so that generated code in gnulib.mk may use += to append to them.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index afbf3cd5..04ae51ea 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,6 +14,17 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+AM_CFLAGS =
+AM_CPPFLAGS =
+BUILT_SOURCES =
+CLEANFILES =
+EXTRA_DIST =
+MAINTAINERCLEANFILES =
+MOSTLYCLEANDIRS =
+MOSTLYCLEANFILES =
+SUFFIXES =
+noinst_LIBRARIES =
+
include gnulib.mk
INCLUDES = -I.. -I$(srcdir)