]> git.puffer.fish Git - matthieu/frr.git/commitdiff
*: remove update-autotools
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 24 May 2018 22:45:49 +0000 (22:45 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 24 May 2018 22:45:49 +0000 (22:45 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Makefile.am
doc/developer/ospf-api.rst
update-autotools [deleted file]

index 431696430393199eacb7b6eff64ad40bdf9e5a29..df03da3b608676f0f80dd2aa4264c571224a8e40 100644 (file)
@@ -84,7 +84,6 @@ endif
 
 EXTRA_DIST += \
        aclocal.m4 \
-       update-autotools \
        m4/README.txt \
        \
        python/clidef.py \
index 5f0b830c8c46b50d650ad150de43f71e00f42319..90fc52efd0e7187d29c5f281483e7559efc0a64f 100644 (file)
@@ -77,7 +77,6 @@ the ospfapi server and ospfclient).
 
 ::
 
-    % update-autotools
     % sh ./configure --enable-opaque-lsa
     % make
 
diff --git a/update-autotools b/update-autotools
deleted file mode 100755 (executable)
index d5db16d..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh
-#
-# When local system does not have the latest autoconf/automake
-#        -- Kunihiro Ishiguro <kunihiro@zebra.org>
-#
-
-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."
-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 "ACLOCAL:"
-aclocal -I m4
-echo "AUTOHEADER:"
-autoheader
-echo "AUTOCONF:"
-autoconf
-echo "LIBTOOLIZE:"
-libtoolize -c
-echo "AUTOMAKE"
-automake --gnu --add-missing --copy