summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Normalize all GPL license notices.Eric Blake2007-09-211-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * GNUmakefile: Update license wording. * Makefile.am: Likewise. * Makefile.maint: Likewise. * bootstrap: Likewise. * commit: Likewise. * configure.ac: Likewise. * checks/Makefile.in: Likewise. * doc/Makefile.am: Likewise. * examples/Makefile.am: Likewise. * src/Makefile.am: Likewise. * src/builtin.c: Likewise. * src/debug.c: Likewise. * src/eval.c: Likewise. * src/format.c: Likewise. * src/freeze.c: Likewise. * src/input.c: Likewise. * src/m4.c: Likewise. * src/m4.h: Likewise. * src/macro.c: Likewise. * src/output.c: Likewise. * src/path.c: Likewise. * src/stackovf.c: Likewise. * src/symtab.c: Likewise.
* Fix 'make distcheck' issues.Eric Blake2007-09-211-1/+1
| | | | | | * Makefile.am (EXTRA_DIST): No need to distribute gpl-3.0.texi.diff anymore. * m4/gnulib-cache.m4: Update to latest gnulib.
* Start 1.4.10a.Eric Blake2007-09-211-2/+1
| | | | | | | | | | * configure.ac (AC_INIT): Bump version number. * NEWS: Start changes since 1.4.10. * doc/m4.texinfo (History): Mention 1.4.11. (Copying This Package, Copying This Manual): Add index entries. * local/lib/version-etc.c.diff: Delete, now that gnulib has been updated. * Makefile.am (EXTRA_DIST): Remove dead file.
* Release 1.4.10:v1.4.10release-1.4.10Eric Blake2007-09-211-1/+2
| | | | | | | * doc/Makefile.am (m4_TEXINFOS): Distribute gpl-3.0.texi. * Makefile.am (EXTRA_DIST): Distribute gnulib diffs. * configure.ac (AC_INIT): Bump version number. * NEWS: Describe changes since 1.4.9.
* Upgrade to GPL version 3 or later.Eric Blake2007-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bootstrap: Pick up GPLv3. * m4/gnulib-cache.m4: Augment with 'gnulib-tool --local-dir=. --import gpl-3.0'. * doc/m4.texinfo (Copying This Package): New appendix. * NEWS: Mention this change. * README: Mention why some files still claim to be version 2. * version-etc.c.diff: New file, to make sure --version claims correct GPL version. Temporary until gnulib makes move. * gpl-3.0.texi.diff: New file, to allow inclusion of GPLv3 as appendix, rather than section, of the manual. * GNUmakefile: Update to new license. * Makefile.am: Likewise. * Makefile.maint: Likewise. * commit: Likewise. * configure.ac: Likewise. * checks/Makefile.in: Likewise. * doc/Makefile.am: Likewise. * examples/Makefile.am: Likewise. * src/Makefile.am: Likewise. * src/builtin.c: Likewise. * src/debug.c: Likewise. * src/eval.c: Likewise. * src/freeze.c: Likewise. * src/input.c: Likewise. * src/m4.c: Likewise. * src/m4.h: Likewise. * src/macro.c: Likewise. * src/output.c:
* Also run gnulib unit tests during make check.Eric Blake2007-09-211-2/+2
| | | | | | | * m4/gnulib-cache.m4: Augment with 'gnulib-tool --tests-base=tests --with-tests'. * configure.ac (AC_CONFIG_FILES): Build gnulib testdir. * Makefile.am (SUBDIRS): Run gnulib tests before ours.
* * Makefile.maint (web-manual): Give up on VPATH build duringEric Blake2007-09-211-2/+2
| | | | | | | distribution. But distributions are made so infrequently that this is not too much of a hardship. * Makefile.am (MAINTAINERCLEANFILES): Avoid error if lib/CVS/ exists.
* * Makefile.am (MAINTAINERCLEANFILES): Fix typo that tripped upEric Blake2007-09-211-1/+1
| | | | | | | | several non-GNU makes. * src/stackovf.c (setup_stackovf_trap): Missed _ from yesterday. * src/m4.h: Likewise. * src/input.c (push_wrapup): Avoid compiler warning with Solaris /usr/ccs/bin/ucbcc.
* * Makefile.maint (fetch): Get gendocs from gnulib, not texinfo.Eric Blake2007-09-211-3/+3
| | | | | | | | | (web-manual): Simplify. * m4/gnulib-cache.m4: Augment with gnulib-tool --import gendocs. * Makefile.am (EXTRA_DIST): Distribute gendocs.sh. (MAINTAINERCLEANFILES): Clean it as well. * doc/Makefile.am (EXTRA_DIST): Distribute gendocs_template. (MAINTAINERCLEANFILES): Clean it as well.
* * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New macro, toEric Blake2007-09-211-1/+2
| | | | | | | | | | stress-test changeword before a release. * doc/m4.texinfo: More doc cleanups. (Copying This Manual): New node; actually include the FDL in the documentation. * doc/Makefile.am (m4_TEXINFOS): Mention dependence on fdl.texi. * m4/gnulib-cache.m4: Augment with gnulib-tool --import fdl. * NEWS: Mention documentation improvements.
* * Makefile.am (SUBDIRS): Build . before src, so that autoheaderEric Blake2007-09-211-1/+1
| | | | | | runs first when needed. * doc/Makefile.am (m4.1): Backport rule from CVS head: build m4.1 once in srcdir rather than multiple times in VPATH builds.
* * GNUmakefile: New file, borrowed from coreutils.Eric Blake2007-09-211-1/+2
| | | | | | * Makefile.am (EXTRA_DIST): Distribute GNUmakefile. * Makefile.maint (Makefile): Delete this rule, now that GNUmakefile includes Makefile.
* * Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4.Eric Blake2007-09-211-1/+1
| | | | Reported by Bruno Haible.
* * Makefile.am (MAINTAINERCLEANFILES): Clean files added byEric Blake2007-09-211-0/+7
| | | | | | bootstrap. * checks/Makefile.in (maintainer-clean): Add missing target. * COPYING: Remove generated file from CVS.
* * configure.ac (M4_EARLY, M4_INIT): Use gnulib.Eric Blake2007-09-211-0/+1
| | | | | | | | | | | | (AC_PROG_RANLIB, AC_AIX, AC_MINIX, AC_CHECK_HEADERS), (AC_FUNC_ALLOCA, AC_REPLACE_FUNCS): Avoid checks now done by gnulib. * Makefile.am (ACLOCAL_AMFLAGS): New entry, for gnulib. * m4/gnulib-cache.m4: New file, from gnulib. * bootstrap: Invoke gnulib-tool --update. * src/m4.c (main): Cast away const. * NEWS: Document that regex is updated. * THANKS: Update.
* Distribute a rudimentary man page.Eric Blake2007-09-211-1/+1
| | | | | | | * Makefile.am (SUBDIRS): Move doc after src so that 'm4 --help' can feed help2man. * doc/Makefile.am (man_MANS, EXTRA_DIST, MAINTAINERDISTCLEAN), (SUFFIXES, m4.1): New macros and rules to build m4.1.
* * doc/m4.texinfo (Maketemp): Work even when running 'make check'Eric Blake2007-09-211-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | in read-only dir. Use automake. * Makefile.am: New file. * doc/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * lib/Makefile.am: Ditto. * src/Makefile.am: Ditto. * acinclude.m4: New file, renamed from aclocal.m4. * configure.ac (AM_INIT_AUTOMAKE): Invoke new macro. (AC_ARG_PROGRAM): Now redundant. (STACKOVF): Turn into automake conditional. (AC_CONFIG_COMMANDS): stamp-h is a command, not a file. * checks/Makefile.in: Converting this dir to automake was not trivial; for now, just add missing targets demanded by top-level. * INSTALL: Remove files that are now generated from CVS. * Makefile.in: Ditto. * aclocal.m4: Ditto. * install-sh: Ditto. * mkinstalldirs: Ditto. * doc/Makefile.in: Ditto. * doc/texinfo.tex: Ditto. * examples/Makefile.in: Ditto. * lib/Makefile.in: Ditto. * src/Makefile.in: Ditto.
* Import of m4-1.4m4-1.4Jeff Bailey2007-09-211-3/+0
|
* Initial revisionJeff Bailey2000-02-171-0/+3