mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
* README-alpha: New file, based on Automake's.
* Makefile.am: Tuned.
This commit is contained in:
parent
c0bc015e7b
commit
cd2c46e4ab
@ -1,3 +1,8 @@
|
||||
2000-02-09 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* README-alpha: New file, based on Automake's.
|
||||
* Makefile.am: Tuned.
|
||||
|
||||
2000-02-09 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Extend the concept of `INIT-CMDS' to the AC_CONFIG_FOOS.
|
||||
|
@ -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
|
||||
|
||||
|
10
Makefile.in
10
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@
|
||||
|
15
README-alpha
Normal file
15
README-alpha
Normal file
@ -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.
|
@ -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
|
||||
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user