summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2014-08-15 01:33:21 +0200
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2015-01-27 23:13:13 +0100
commit5fec19d453983bc3127052e4f100110efda93786 (patch)
tree5c92d7b09e46b67bd3d64cd79f5e82aba7617faf /acinclude.m4
parent71b653a6fe6b7f42e6894bf4bf681c2f9dfa7f66 (diff)
downloadgroff-git-5fec19d453983bc3127052e4f100110efda93786.tar.gz
Gnulib integration
Applied the following command: git submodule add git://git.sv.gnu.org/gnulib.git This added gnulib in .git/index and created an empty `gnulib' directory. This directory contains all the gnulib code, but is not distributed. gnulib m4 dir are now in `gnulib_m4', while gnulib .c files are located in `lib'. `gnulib_m4' and `lib' are generated and distributed. * .gitsubmodules: new file. * src/libs/gnulib: removed. Minimal Automake support. Makefile in non-recursive style. Removed old build system Makefile.*. Removed various files that are now generated by the bootstrap script: `configure', `src/include/config.hin', various helper scripts (`config.guess', `config.rpath' etc...) that are now installed by in `build-aux'. Added the minimal code in Makefile.am to build the gnulib. * Makefile.am: new file (moved and adapted from Makefile.in). * acinclude.m4: new file (moved from aclocal.m4, which is now generated). * INSTALL.extra: new file (moved from the original INSTALL file, which is now a symlink to gnulib/doc/INSTALL). * THANKS, AUTHORS: new empty files. * TESTS: new file to sum up the tests that were done for the Automake migration.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m425
1 files changed, 25 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
new file mode 100644
index 000000000..77cb968a4
--- /dev/null
+++ b/acinclude.m4
@@ -0,0 +1,25 @@
+# generated automatically by aclocal 1.14 -*- Autoconf -*-
+
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
+m4_include([m4/ax_compare_version.m4])
+m4_include([m4/ax_prog_perl_version.m4])
+m4_include([m4/codeset.m4])
+m4_include([m4/fcntl-o.m4])
+m4_include([m4/glibc21.m4])
+m4_include([m4/groff.m4])
+m4_include([m4/iconv.m4])
+m4_include([m4/lib-ld.m4])
+m4_include([m4/lib-link.m4])
+m4_include([m4/lib-prefix.m4])
+m4_include([m4/localcharset.m4])