From: Akim Demaille Date: Wed, 9 Feb 2000 17:05:21 +0000 (+0000) Subject: * README-alpha: New file, based on Automake's. X-Git-Tag: autoconf-2.50~1181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2c46e4ab649a2c387f04a3f3698b07ae615b2f;p=thirdparty%2Fautoconf.git * README-alpha: New file, based on Automake's. * Makefile.am: Tuned. --- diff --git a/ChangeLog b/ChangeLog index 5dad85e25..6986d9318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-02-09 Akim Demaille + + * README-alpha: New file, based on Automake's. + * Makefile.am: Tuned. + 2000-02-09 Akim Demaille Extend the concept of `INIT-CMDS' to the AC_CONFIG_FOOS. diff --git a/Makefile.am b/Makefile.am index e7198ad5a..83bea4efa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -AUTOMAKE_OPTIONS = check-news 1.4 +AUTOMAKE_OPTIONS = check-news 1.4 readme-alpha SUBDIRS = . m4 man tests diff --git a/Makefile.in b/Makefile.in index 95c585822..bd12fb047 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,7 +64,7 @@ PERL = @PERL@ PERLSCRIPTS = @PERLSCRIPTS@ standards_texi = @standards_texi@ -AUTOMAKE_OPTIONS = check-news 1.4 +AUTOMAKE_OPTIONS = check-news 1.4 readme-alpha SUBDIRS = . m4 man tests @@ -121,10 +121,10 @@ TEXINFOS = autoconf.texi standards.texi DATA = $(pkgdata_DATA) DIST_COMMON = README $(autoconf_TEXINFOS) $(standards_TEXINFOS) AUTHORS \ -COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS THANKS TODO \ -aclocal.m4 acversion.m4.in config.guess config.sub configure \ -configure.in install-sh mdate-sh missing mkinstalldirs stamp-vti \ -texinfo.tex version.texi +COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README-alpha \ +THANKS TODO aclocal.m4 acversion.m4.in config.guess config.sub \ +configure configure.in install-sh mdate-sh missing mkinstalldirs \ +stamp-vti texinfo.tex version.texi PACKAGE = @PACKAGE@ diff --git a/README-alpha b/README-alpha new file mode 100644 index 000000000..78748f8e2 --- /dev/null +++ b/README-alpha @@ -0,0 +1,15 @@ +This is a test release of this package. Using it more or less +implicitly signs you up to help us find whatever problems you report. + +The documentation still needs more work. Suggestions welcome. +Patches even more welcome. + +Please send comments and problem reports about this test release to +bug-autoconf@gnu.org. This program will get better only if you report +the problems you encounter. + +Please, *do not package this*, *do not distribute it* widely, it is +not ready for a full scale use. Because it is not fully functional, +if you distribute this package, we will buried under bug reports from +panicked users. We don't have time to spend on this, and users +neither. diff --git a/doc/Makefile.am b/doc/Makefile.am index e7198ad5a..83bea4efa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -18,7 +18,7 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -AUTOMAKE_OPTIONS = check-news 1.4 +AUTOMAKE_OPTIONS = check-news 1.4 readme-alpha SUBDIRS = . m4 man tests diff --git a/doc/Makefile.in b/doc/Makefile.in index 95c585822..bd12fb047 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -64,7 +64,7 @@ PERL = @PERL@ PERLSCRIPTS = @PERLSCRIPTS@ standards_texi = @standards_texi@ -AUTOMAKE_OPTIONS = check-news 1.4 +AUTOMAKE_OPTIONS = check-news 1.4 readme-alpha SUBDIRS = . m4 man tests @@ -121,10 +121,10 @@ TEXINFOS = autoconf.texi standards.texi DATA = $(pkgdata_DATA) DIST_COMMON = README $(autoconf_TEXINFOS) $(standards_TEXINFOS) AUTHORS \ -COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS THANKS TODO \ -aclocal.m4 acversion.m4.in config.guess config.sub configure \ -configure.in install-sh mdate-sh missing mkinstalldirs stamp-vti \ -texinfo.tex version.texi +COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README-alpha \ +THANKS TODO aclocal.m4 acversion.m4.in config.guess config.sub \ +configure configure.in install-sh mdate-sh missing mkinstalldirs \ +stamp-vti texinfo.tex version.texi PACKAGE = @PACKAGE@