]> git.proxmox.com Git - mirror_frr.git/blobdiff - update-autotools
debian: add pkg-config to build-depends
[mirror_frr.git] / update-autotools
index fefab68b24083bcf0019bcf92472a88f0b3e8d8c..d5db16d6198a94ed8147bf5dcbb3e4ed8c4fec18 100755 (executable)
@@ -5,6 +5,7 @@
 #
 
 rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
+rm -rf config.guess config.sub ltmain.sh
 rm -rf autom4te.cache
 
 echo "This $0 script is deprecated, and will be removed at some stage."
@@ -15,9 +16,13 @@ for tool in autoheader autoconf libtool libtoolize aclocal automake; do
   $tool --version | head -1
 done
 
-echo "UPDATING:"
+echo "ACLOCAL:"
 aclocal -I m4
+echo "AUTOHEADER:"
 autoheader
+echo "AUTOCONF:"
 autoconf
+echo "LIBTOOLIZE:"
 libtoolize -c
-automake --foreign
+echo "AUTOMAKE"
+automake --gnu --add-missing --copy