]> git.proxmox.com Git - mirror_frr.git/blobdiff - update-autotools
note that OpenBSD versions are for 3.6.
[mirror_frr.git] / update-autotools
index 5a4f6d2536515d31cc09a17a47ab81296ecff8b1..4e055bc585d7d09d4c6452243c3c969f96be4fb6 100755 (executable)
@@ -7,14 +7,18 @@
 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
 done
 
 echo "UPDATING:"
-aclocal
+aclocal -I m4
 autoheader
 autoconf
-libtoolize
-automake --foreign
+libtoolize -c
+automake --gnu --add-missing --copy
+