summaryrefslogtreecommitdiff
path: root/update-autotools
diff options
context:
space:
mode:
authorpaul <paul>2004-08-19 04:41:21 +0000
committerpaul <paul>2004-08-19 04:41:21 +0000
commit0fc42949a4748f0ab8b5952bac15112762504fe0 (patch)
treed71eee190bc2ae41c100a39e5b24ecda4bb9fc43 /update-autotools
parente0a29621d6ac1a944e2d8c23eaa8517aa96c8fc0 (diff)
2004-08-19 Paul Jakma <paul@dishone.st>
* Makefile.am: add m4 directory to EXTRA_DIST, and define ACLOCAL_AMFLAGS to have aclocal pull in m4/ * configure.ac: AM_PROG_LIBTOOL should be AC_PROG_LIBTOOL * update-autotools: print a warning that this script is deprecated
Diffstat (limited to 'update-autotools')
-rwxr-xr-xupdate-autotools3
1 files changed, 3 insertions, 0 deletions
diff --git a/update-autotools b/update-autotools
index 5a4f6d25..4d7b6f73 100755
--- a/update-autotools
+++ b/update-autotools
@@ -7,6 +7,9 @@
rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
rm -rf autom4te.cache
+echo "This $0 script is deprecated, and will be removed at some stage."
+echo "Please use the 'autoreconf' command included with autoconf."
+
echo "TOOLS VERIONS:"
for tool in autoheader autoconf libtool libtoolize aclocal automake; do
$tool --version | head -1