* Makefile.am (EXTRA_DIST): Add Makefile.cfg.

* configure.ac: Require Automake 1.7.6.
This commit is contained in:
Akim Demaille 2003-08-22 15:33:47 +00:00
parent 4c0b8bf37a
commit 4f4fbef146
4 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,9 @@
(local-checks-available): this.
(local-check): New.
* Makefile.am (EXTRA_DIST): Add Makefile.cfg.
* configure.ac: Require Automake 1.7.6.
2003-08-22 Akim Demaille <akim@epita.fr>
Output stack traces in warnings.

View File

@ -26,7 +26,7 @@ ACLOCAL_AMFLAGS = -I config
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
BUGS \
GNUmakefile Makefile.maint
GNUmakefile Makefile.maint Makefile.cfg
MAINTAINERCLEANFILES = INSTALL

View File

@ -137,7 +137,7 @@ SUBDIRS = bin tests . lib config man doc
ACLOCAL_AMFLAGS = -I config
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
BUGS \
GNUmakefile Makefile.maint
GNUmakefile Makefile.maint Makefile.cfg
MAINTAINERCLEANFILES = INSTALL
pkgdata_DATA = INSTALL

View File

@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])
AM_INIT_AUTOMAKE([check-news 1.7.2 dist-bzip2 readme-alpha])
AM_INIT_AUTOMAKE([check-news 1.7.6 dist-bzip2 readme-alpha])
# Initialize the test suite and build position independent wrappers.
AC_CONFIG_TESTDIR([tests])