[asterisk-commits] kpfleming: trunk r41120 - in /trunk: configure configure.ac

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Aug 25 11:58:52 MST 2006


Author: kpfleming
Date: Fri Aug 25 13:58:52 2006
New Revision: 41120

URL: http://svn.digium.com/view/asterisk?rev=41120&view=rev
Log:
fix a typo and clarify something else

Modified:
    trunk/configure
    trunk/configure.ac

Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk/trunk/configure?rev=41120&r1=41119&r2=41120&view=diff
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Aug 25 13:58:52 2006
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 41088 .
+# From configure.ac Revision: 41119 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.60.
 #
@@ -4871,10 +4871,10 @@
 echo "$as_me: ********** ERROR **********" >&6;}
   { echo "$as_me:$LINENO: Your version of GNU Make contains a bug that will cause the Asterisk build" >&5
 echo "$as_me: Your version of GNU Make contains a bug that will cause the Asterisk build" >&6;}
-  { echo "$as_me:$LINENO: system to not funciton properly.  This bug is known to be fixed in version" >&5
-echo "$as_me: system to not funciton properly.  This bug is known to be fixed in version" >&6;}
-  { echo "$as_me:$LINENO: 3.81 as well as versions of 3.80 that contain backported bug fixes.  You" >&5
-echo "$as_me: 3.81 as well as versions of 3.80 that contain backported bug fixes.  You" >&6;}
+  { echo "$as_me:$LINENO: system to not function properly.  This bug is known to be fixed in version" >&5
+echo "$as_me: system to not function properly.  This bug is known to be fixed in version" >&6;}
+  { echo "$as_me:$LINENO: 3.81 as well as distributions of 3.80 that contain backported bug fixes.  You" >&5
+echo "$as_me: 3.81 as well as distributions of 3.80 that contain backported bug fixes.  You" >&6;}
   { echo "$as_me:$LINENO: must update GNU make to build Asterisk." >&5
 echo "$as_me: must update GNU make to build Asterisk." >&6;}
   { echo "$as_me:$LINENO: ***************************" >&5

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?rev=41120&r1=41119&r2=41120&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Aug 25 13:58:52 2006
@@ -123,8 +123,8 @@
   rm -f testMakefile
   AC_MSG_NOTICE(********** ERROR **********)
   AC_MSG_NOTICE(Your version of GNU Make contains a bug that will cause the Asterisk build)
-  AC_MSG_NOTICE(system to not funciton properly.  This bug is known to be fixed in version)
-  AC_MSG_NOTICE(3.81 as well as versions of 3.80 that contain backported bug fixes.  You)
+  AC_MSG_NOTICE(system to not function properly.  This bug is known to be fixed in version)
+  AC_MSG_NOTICE(3.81 as well as distributions of 3.80 that contain backported bug fixes.  You)
   AC_MSG_NOTICE(must update GNU make to build Asterisk.)
   AC_MSG_NOTICE(***************************)
   exit 1



More information about the asterisk-commits mailing list