commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2422] 2009-07-16 Pavel Roskin <address@hidden>


From: Pavel Roskin
Subject: [2422] 2009-07-16 Pavel Roskin <address@hidden>
Date: Thu, 16 Jul 2009 22:22:02 +0000

Revision: 2422
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2422
Author:   proski
Date:     2009-07-16 22:22:02 +0000 (Thu, 16 Jul 2009)
Log Message:
-----------
2009-07-16  Pavel Roskin  <address@hidden>

        * configure.ac: Typo fixes.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/configure.ac

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-07-16 22:14:09 UTC (rev 2421)
+++ trunk/grub2/ChangeLog       2009-07-16 22:22:02 UTC (rev 2422)
@@ -1,5 +1,7 @@
 2009-07-16  Pavel Roskin  <address@hidden>
 
+       * configure.ac: Typo fixes.
+
        * kern/mm.c (grub_zalloc): New function.
        (grub_debug_zalloc): Likewise.
        * include/grub/mm.h: Declare grub_zalloc() and

Modified: trunk/grub2/configure.ac
===================================================================
--- trunk/grub2/configure.ac    2009-07-16 22:14:09 UTC (rev 2421)
+++ trunk/grub2/configure.ac    2009-07-16 22:22:02 UTC (rev 2422)
@@ -346,7 +346,7 @@
   if test "x$grub_cv_cc_mcmodel" = xno; then
     CFLAGS="$SAVED_CFLAGS -m64 -DMCMODEL_SMALL=1"
     TARGET_CFLAGS="$TARGET_CFLAGS -DMCMODEL_SMALL=1"
-    AC_MSG_WARN([-mcmodel=large not supported. You wan't be able to use the 
memory over 4GiB. Upgrade your gcc])
+    AC_MSG_WARN([-mcmodel=large not supported. You won't be able to use the 
memory over 4GiB. Upgrade your gcc])
   else
     TARGET_CFLAGS="$TARGET_CFLAGS -mcmodel=large"
   fi
@@ -438,7 +438,7 @@
              [AS_HELP_STRING([--enable-efiemu],
                              [build and install the efiemu runtimes 
(default=guessed)])])
 if test x"$enable_efiemu" = xno ; then
-  efiemu_excuse="explicitely disabled"
+  efiemu_excuse="explicitly disabled"
 fi
 if test x"$efiemu_excuse" = x ; then
   AC_CACHE_CHECK([whether options required for efiemu work], 
grub_cv_cc_no_red_zone, [
@@ -452,7 +452,7 @@
   fi
 fi
 if test x"$enable_efiemu" = xyes && test x"$efiemu_excuse" != x ; then
-  AC_MSG_ERROR([efiemu runtime was explicitely requested but can't be 
compiled])
+  AC_MSG_ERROR([efiemu runtime was explicitly requested but can't be compiled])
 fi
 if test x"$efiemu_excuse" = x ; then
 enable_efiemu=yes
@@ -487,7 +487,7 @@
              [AS_HELP_STRING([--enable-grub-emu-usb],
                              [build and install the `grub-emu' debugging 
utility with USB support (default=guessed)])])
 if test x"$enable_grub_emu" = xno ; then
-  grub_emu_excuse="explicitely disabled"
+  grub_emu_excuse="explicitly disabled"
 fi
 
   [# Check for curses libraries.]
@@ -506,7 +506,7 @@
 [fi]
 
 if test x"$enable_grub_emu" = xyes && test x"$grub_emu_excuse" != x ; then
-  AC_MSG_ERROR([grub-emu was explicitely requested but can't be compiled])
+  AC_MSG_ERROR([grub-emu was explicitly requested but can't be compiled])
 fi
 if test x"$grub_emu_excuse" = x ; then
 enable_grub_emu=yes
@@ -515,7 +515,7 @@
 grub_emu_usb_excuse="grub-emu isn't built"
 fi
 if test x"$enable_grub_emu_usb" = xno ; then
-  grub_emu_usb_excuse="explicitely disabled"
+  grub_emu_usb_excuse="explicitly disabled"
 fi
 [if [ x"$grub_emu_usb_excuse" = x ]; then
     # Check for libusb libraries.]
@@ -529,7 +529,7 @@
       [grub_emu_usb_excuse=["libusb header file is required to build 
\`grub-emu' with USB support"]])
 [fi]
 if test x"enable_grub_emu_usb" = xyes && test x"$grub_emu_usb_excuse" != x ; 
then
-  AC_MSG_ERROR([USB support for grub-emu was explicitely requested but can't 
be compiled])
+  AC_MSG_ERROR([USB support for grub-emu was explicitly requested but can't be 
compiled])
 fi
 if test x"$grub_emu_usb_excuse" = x ; then
 enable_grub_emu_usb=yes
@@ -544,7 +544,7 @@
              [AS_HELP_STRING([--enable-grub-fstest],
                              [build and install the `grub-fstest' debugging 
utility (default=guessed)])])
 if test x"$enable_grub_fstest" = xno ; then
-  grub_fstest_excuse="explicitely disabled"
+  grub_fstest_excuse="explicitly disabled"
 fi
 if test x"$grub_fstest_excuse" = x ; then
 enable_grub_fstest=yes
@@ -562,7 +562,7 @@
              [AS_HELP_STRING([--enable-grub-mkfont],
                              [build and install the `grub-mkfont' utility 
(default=guessed)])])
 if test x"$enable_grub_mkfont" = xno ; then
-  grub_mkfont_excuse="explicitely disabled"
+  grub_mkfont_excuse="explicitly disabled"
 fi
 
 if test x"$grub_mkfont_excuse" = x ; then
@@ -575,7 +575,7 @@
   freetype_libs=`freetype-config --libs`
 fi
 if test x"$enable_grub_mkfont" = xyes && test x"$grub_mkfont_excuse" != x ; 
then
-  AC_MSG_ERROR([grub-mkfont was explicitely requested but can't be compiled])
+  AC_MSG_ERROR([grub-mkfont was explicitly requested but can't be compiled])
 fi
 if test x"$grub_mkfont_excuse" = x ; then
 enable_grub_mkfont=yes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]