From adb7abda11c748e3c8ffc05736fd8205e2c84f74 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 19 Oct 2011 11:48:56 +0700 Subject: maint: use gnulib's maintainer-makefile module. * bootstrap.conf (gnulib_modules): Add maintainer-makefile. (gnulib_tool_options): Add --avoid=dummy now that we have a real module to import. * cfg.mk: New file. Customize maint.mk for Libtool. * Makefile.am (EXTRA_DIST): Add GNUmakefile, cfg.mk and maint.mk. Signed-off-by: Gary V. Vaughan --- bootstrap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index cbf59b3c..46500036 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -50,17 +50,17 @@ buildreq_readme=HACKING # Non-default gnulib directory options. local_gl_dir=gl -source_base=libltdl/libgnu # Additional gnulib-tool options to use. gnulib_tool_options=$gnulib_tool_options" + --avoid=dummy --libtool --macro-prefix=GL " # gnulib modules used by this package. gnulib_modules=' - dummy + maintainer-makefile ' # Extra gnulib files that are not in modules, which override files of -- cgit v1.2.1