mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 17:42:20 +00:00
build: remove --enable-exampledir
This is no longer used with the recent config example removal. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
7bee25fa20
commit
2ee5fdba02
@ -109,8 +109,6 @@ CLEANFILES =
|
||||
DISTCLEANFILES =
|
||||
SUFFIXES =
|
||||
|
||||
examplesdir = $(exampledir)
|
||||
|
||||
bin_PROGRAMS =
|
||||
sbin_PROGRAMS =
|
||||
sbin_SCRIPTS =
|
||||
@ -122,7 +120,6 @@ lib_LTLIBRARIES =
|
||||
module_LTLIBRARIES =
|
||||
pkginclude_HEADERS =
|
||||
nodist_pkginclude_HEADERS =
|
||||
dist_examples_DATA =
|
||||
dist_yangmodels_DATA =
|
||||
man_MANS =
|
||||
vtysh_scan =
|
||||
|
@ -4,7 +4,7 @@
|
||||
# builds some git commit of FRR in some different configurations
|
||||
# usage: buildtest.sh [commit [configurations...]]
|
||||
|
||||
basecfg="--prefix=/usr --enable-user=frr --enable-group=frr --enable-vty-group=frr --enable-configfile-mask=0660 --enable-logfile-mask=0640 --enable-vtysh --sysconfdir=/etc/frr --enable-exampledir=/etc/frr/samples --localstatedir=/var/run/frr --libdir=/usr/lib64/frr --enable-rtadv --disable-static --enable-isisd --enable-multipath=0 --enable-pimd --enable-werror"
|
||||
basecfg="--prefix=/usr --enable-user=frr --enable-group=frr --enable-vty-group=frr --enable-configfile-mask=0660 --enable-logfile-mask=0640 --enable-vtysh --sysconfdir=/etc/frr --localstatedir=/var/run/frr --libdir=/usr/lib64/frr --enable-rtadv --disable-static --enable-isisd --enable-multipath=0 --enable-pimd --enable-werror"
|
||||
|
||||
configs_base="gcc|$basecfg"
|
||||
|
||||
|
10
configure.ac
10
configure.ac
@ -113,15 +113,6 @@ AC_CONFIG_HEADERS([config.h])
|
||||
AC_PATH_PROG([PERL], [perl])
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
dnl default is to match previous behavior
|
||||
exampledir=${sysconfdir}
|
||||
AC_ARG_ENABLE([exampledir],
|
||||
AS_HELP_STRING([--enable-exampledir],
|
||||
[specify alternate directory for examples]),
|
||||
exampledir="$enableval",)
|
||||
dnl XXX add --exampledir to autoconf standard directory list somehow
|
||||
AC_SUBST([exampledir])
|
||||
|
||||
dnl default is to match previous behavior
|
||||
pkgsrcrcdir=""
|
||||
AC_ARG_ENABLE([pkgsrcrcdir],
|
||||
@ -2693,7 +2684,6 @@ make : ${MAKE-make}
|
||||
linker flags : ${LDFLAGS} ${SAN_FLAGS} ${LIBS} ${LIBCAP} ${LIBREADLINE} ${LIBM}
|
||||
state file directory : ${frr_statedir}
|
||||
config file directory : `eval echo \`echo ${sysconfdir}\``
|
||||
example directory : `eval echo \`echo ${exampledir}\``
|
||||
module directory : ${CFG_MODULE}
|
||||
script directory : ${CFG_SCRIPT}
|
||||
user to run as : ${enable_user}
|
||||
|
@ -172,7 +172,6 @@ an example.)
|
||||
--enable-user=frr \
|
||||
--enable-group=frr \
|
||||
--enable-vty-group=frrvty \
|
||||
--disable-exampledir \
|
||||
--disable-ldpd \
|
||||
--enable-fpm \
|
||||
--with-pkg-git-version \
|
||||
|
@ -67,7 +67,6 @@ an example.)
|
||||
--enable-group=frr \
|
||||
--enable-vty-group=frrvty \
|
||||
--enable-systemd=yes \
|
||||
--disable-exampledir \
|
||||
--disable-ldpd \
|
||||
--enable-fpm \
|
||||
--with-pkg-git-version \
|
||||
|
@ -60,7 +60,6 @@ an example.)
|
||||
--enable-group=frr \
|
||||
--enable-vty-group=frrvty \
|
||||
--enable-systemd=yes \
|
||||
--disable-exampledir \
|
||||
--disable-ldpd \
|
||||
--enable-fpm \
|
||||
--with-pkg-git-version \
|
||||
|
@ -57,7 +57,6 @@ an example.)
|
||||
cd frr
|
||||
./bootstrap.sh
|
||||
./configure \
|
||||
--enable-exampledir=/usr/share/doc/frr/examples/ \
|
||||
--localstatedir=/var/run/frr \
|
||||
--sbindir=/usr/lib/frr \
|
||||
--sysconfdir=/etc/frr \
|
||||
|
@ -44,7 +44,6 @@ an example.)
|
||||
cd frr
|
||||
./bootstrap.sh
|
||||
./configure \
|
||||
--enable-exampledir=/usr/share/doc/frr/examples/ \
|
||||
--localstatedir=/var/opt/frr \
|
||||
--sbindir=/usr/lib/frr \
|
||||
--sysconfdir=/etc/frr \
|
||||
|
@ -64,7 +64,6 @@ an example)
|
||||
export CPPFLAGS="-I/usr/pkg/include"
|
||||
./configure \
|
||||
--sysconfdir=/usr/pkg/etc/frr \
|
||||
--enable-exampledir=/usr/pkg/share/examples/frr \
|
||||
--enable-pkgsrcrcdir=/usr/pkg/share/examples/rc.d \
|
||||
--localstatedir=/var/run/frr \
|
||||
--enable-multipath=64 \
|
||||
|
@ -55,7 +55,6 @@ an example)
|
||||
export CPPFLAGS="-I/usr/pkg/include"
|
||||
./configure \
|
||||
--sysconfdir=/usr/pkg/etc/frr \
|
||||
--enable-exampledir=/usr/pkg/share/examples/frr \
|
||||
--enable-pkgsrcrcdir=/usr/pkg/share/examples/rc.d \
|
||||
--localstatedir=/var/run/frr \
|
||||
--enable-multipath=64 \
|
||||
|
@ -15,7 +15,6 @@ obtained by running ``./configure -h``. The options shown below are examples.
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--includedir=\${prefix}/include \
|
||||
--enable-exampledir=\${prefix}/share/doc/frr/examples \
|
||||
--bindir=\${prefix}/bin \
|
||||
--sbindir=\${prefix}/lib/frr \
|
||||
--libdir=\${prefix}/lib/frr \
|
||||
|
@ -221,7 +221,6 @@ for ``master`` branch:
|
||||
--prefix=/usr/lib/frr --sysconfdir=/etc/frr \
|
||||
--localstatedir=/var/run/frr \
|
||||
--sbindir=/usr/lib/frr --bindir=/usr/lib/frr \
|
||||
--enable-exampledir=/usr/lib/frr/examples \
|
||||
--with-moduledir=/usr/lib/frr/modules \
|
||||
--enable-multipath=0 --enable-rtadv \
|
||||
--enable-tcp-zebra --enable-fpm --enable-pimd \
|
||||
|
@ -561,7 +561,6 @@ the options you chose:
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-exampledir=/usr/share/doc/frr/examples/ \
|
||||
--localstatedir=/var/run/frr \
|
||||
--sbindir=/usr/lib/frr \
|
||||
--sysconfdir=/etc/frr \
|
||||
|
Loading…
Reference in New Issue
Block a user