]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
configure.in:
authorandy <redacted>
Sat, 16 Feb 2002 18:43:42 +0000 (18:43 +0000)
committerandy <redacted>
Sat, 16 Feb 2002 18:43:42 +0000 (18:43 +0000)
Added a bit about using GNU Make.

configure
configure.in

index 5cdf63e3cfe3f4a5bedc2147938351ece77947d4..72c3405627c6b317ba27e0628fed738d163fa9f6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1573,9 +1573,12 @@ EOF
 fi
 
 
-echo $ac_n "checking for POSIX-compliant goat""... $ac_c" 1>&6
-echo "configure:1578: checking for POSIX-compliant goat" >&5
-echo "$ac_t""http://www.blitzed.org/goat_winter_2001.phtml" 1>&6
+echo $ac_n "checking for POSIX-compliant goat$ac_c"
+for bleh in 1 2 3; do
+ echo $ac_n ".\a"        
+ sleep 1
+done
+echo "$ac_t"" http://www.blitzed.org/goat_winter_2001.phtml" 1>&6
 
 trap '' 1 2 15
 cat > confcache <<\EOF
@@ -1925,3 +1928,9 @@ chmod +x $CONFIG_STATUS
 rm -fr confdefs* $ac_clean_files
 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
 
+
+echo
+echo "You'll find more (infrequently changed) options in options.h"
+echo "Type make to compile BOPM"
+echo "(requires GNU Make, so try gmake on BSD systems)"
+echo
index 9f06a13321666c3b84b58be66bdf906ce929764b..d8ca599e748dbdd8595c7855181847ab1bf92dbd 100644 (file)
@@ -54,8 +54,18 @@ AC_CHECK_FUNCS(socket strdup strstr)
 dnl AIX fun
 AC_C_BIGENDIAN
 
-dnl teehee
-AC_MSG_CHECKING([for POSIX-compliant goat])
-AC_MSG_RESULT([http://www.blitzed.org/goat_winter_2001.phtml])
+dnl teehee - taken from MRTG / Tobias Oetiker
+echo $ac_n "checking for POSIX-compliant goat$ac_c"
+for bleh in 1 2 3; do
+ echo $ac_n ".\a"        
+ sleep 1
+done
+AC_MSG_RESULT([ http://www.blitzed.org/goat_winter_2001.phtml])
 
 AC_OUTPUT(Makefile)
+
+echo
+echo "You'll find more (infrequently changed) options in options.h"
+echo "Type make to compile BOPM"
+echo "(requires GNU Make, so try gmake on BSD systems)"
+echo