]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
configure.in:
authorandy <redacted>
Tue, 19 Feb 2002 23:04:58 +0000 (23:04 +0000)
committerandy <redacted>
Tue, 19 Feb 2002 23:04:58 +0000 (23:04 +0000)
Fix broken "echo -n" check

configure
configure.in

index 21650f60530133e9464f2c795d9680d40d802f15..56de9edf14ddffeebdcbc63277fb317475d03116 100755 (executable)
--- a/configure
+++ b/configure
@@ -3461,9 +3461,9 @@ presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    { (exit 1); exit 1; }; } ;;
 esac
 
-echo $ac_n "checking for POSIX-compliant goat$ac_c"
+echo $ECHO_N "checking for POSIX-compliant goat$ac_c"
 for bleh in 1 2 3; do
- echo $ac_n ".\a"
+ echo $ECHO_N ".\a"
  sleep 1
 done
 echo "$as_me:$LINENO: result:  http://www.blitzed.org/goat_winter_2001.phtml" >&5
@@ -4460,6 +4460,5 @@ fi
 
 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 "Type make to compile BOPM (requires GNU Make, so try gmake on BSD systems)"
 echo
index b555a13bab772cca75a0a77a443449c34328d5d5..60590adbb7bdadd3956a806bdaad200ee30d4d2d 100644 (file)
@@ -55,9 +55,9 @@ dnl AIX fun
 AC_C_BIGENDIAN
 
 dnl teehee - taken from MRTG / Tobias Oetiker
-echo $ac_n "checking for POSIX-compliant goat$ac_c"
+echo $ECHO_N "checking for POSIX-compliant goat$ac_c"
 for bleh in 1 2 3; do
- echo $ac_n ".\a"        
+ echo $ECHO_N ".\a"        
  sleep 1
 done
 AC_MSG_RESULT([ http://www.blitzed.org/goat_winter_2001.phtml])
@@ -66,6 +66,5 @@ 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 "Type make to compile BOPM (requires GNU Make, so try gmake on BSD systems)"
 echo