mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 20:13:53 +00:00
*: remove update-autotools
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
19300af8f2
commit
44ee1b20c0
@ -84,7 +84,6 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
aclocal.m4 \
|
aclocal.m4 \
|
||||||
update-autotools \
|
|
||||||
m4/README.txt \
|
m4/README.txt \
|
||||||
\
|
\
|
||||||
python/clidef.py \
|
python/clidef.py \
|
||||||
|
@ -77,7 +77,6 @@ the ospfapi server and ospfclient).
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
% update-autotools
|
|
||||||
% sh ./configure --enable-opaque-lsa
|
% sh ./configure --enable-opaque-lsa
|
||||||
% make
|
% make
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user