diff options
author | David Lamparter <equinox@diac24.net> | 2018-08-18 04:05:55 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-08-30 08:06:44 +0200 |
commit | e3863245308814196e8c236b4cce9c227b2ef460 (patch) | |
tree | ee660df98881542688c458b9bde218e1effef705 /configure.ac | |
parent | build: fix some oddities in solaris/ (diff) | |
download | frr-e3863245308814196e8c236b4cce9c227b2ef460.tar.xz frr-e3863245308814196e8c236b4cce9c227b2ef460.zip |
build: non-recursive solaris
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 09142c679..9a505bf73 100755 --- a/configure.ac +++ b/configure.ac @@ -1988,6 +1988,7 @@ AC_CONFIG_FILES([Makefile bgpd/rfp-example/rfptest/Makefile bgpd/rfp-example/librfp/Makefile redhat/frr.spec + solaris/Makefile debianpkg/changelog alpine/APKBUILD snapcraft/snapcraft.yaml @@ -2003,8 +2004,6 @@ if test "${enable_bgp_vnc}" != "no"; then fi fi -AC_CONFIG_FILES([solaris/Makefile]) - AC_CONFIG_FILES([vtysh/extract.pl],[chmod +x vtysh/extract.pl]) AC_CONFIG_COMMANDS([lib/route_types.h], [ |