mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Few last-minute bug fixes.
This commit is contained in:
parent
49e7e5ee0b
commit
b296730cb6
@ -68,6 +68,7 @@ AC_SUBST(sysdep_dirs)
|
|||||||
|
|
||||||
AC_MSG_CHECKING([protocols])
|
AC_MSG_CHECKING([protocols])
|
||||||
protocols=`echo "$with_protocols" | sed 's/,/ /g'`
|
protocols=`echo "$with_protocols" | sed 's/,/ /g'`
|
||||||
|
if test "$protocols" = no ; then protocols= ; fi
|
||||||
for a in $protocols ; do
|
for a in $protocols ; do
|
||||||
if ! test -f $srcdir/proto/$a/Makefile ; then
|
if ! test -f $srcdir/proto/$a/Makefile ; then
|
||||||
AC_MSG_RESULT(failed)
|
AC_MSG_RESULT(failed)
|
||||||
@ -119,7 +120,10 @@ AC_OUTPUT($makefiles)
|
|||||||
cat >&AC_FD_MSG <<EOF
|
cat >&AC_FD_MSG <<EOF
|
||||||
|
|
||||||
BIRD was configured with the following options:
|
BIRD was configured with the following options:
|
||||||
|
Source directory: $srcdir
|
||||||
|
Object directory: $objdir
|
||||||
System configuration: $sysdesc
|
System configuration: $sysdesc
|
||||||
Debugging: $enable_debug
|
Debugging: $enable_debug
|
||||||
Routing protocols: $protocols
|
Routing protocols: $protocols
|
||||||
EOF
|
EOF
|
||||||
|
rm -f $objdir/.*-stamp
|
||||||
|
Loading…
Reference in New Issue
Block a user