]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Few last-minute bug fixes.
authorMartin Mares <mj@ucw.cz>
Sun, 10 Jan 1999 00:25:50 +0000 (00:25 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 10 Jan 1999 00:25:50 +0000 (00:25 +0000)
configure.in

index e2c92c7e53d71e5dc0f34e280df041826ea7aa9c..977b928193224e70cc40d262094b5643b356ba32 100644 (file)
@@ -68,6 +68,7 @@ AC_SUBST(sysdep_dirs)
 
 AC_MSG_CHECKING([protocols])
 protocols=`echo "$with_protocols" | sed 's/,/ /g'`
+if test "$protocols" = no ; then protocols= ; fi
 for a in $protocols ; do
        if ! test -f $srcdir/proto/$a/Makefile ; then
                AC_MSG_RESULT(failed)
@@ -119,7 +120,10 @@ AC_OUTPUT($makefiles)
 cat >&AC_FD_MSG <<EOF
 
 BIRD was configured with the following options:
+       Source directory:       $srcdir
+       Object directory:       $objdir
        System configuration:   $sysdesc
        Debugging:              $enable_debug
        Routing protocols:      $protocols
 EOF
+rm -f $objdir/.*-stamp