[vmkit-commits] [vmkit] r180496 - Cosmetic + typo fix

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 10:18:26 PDT 2013


Author: peter.senna
Date: Thu Apr 25 12:16:39 2013
New Revision: 180496

URL: http://llvm.org/viewvc/llvm-project?rev=180496&view=rev
Log:
Cosmetic + typo fix
(cherry picked from commit 292ff2a48ed8e3a019541846632edd0a89f43f9a)
(cherry picked from commit 0f36d92700de9a683ffd3b84c523c6fda27d8f07)

Modified:
    vmkit/trunk/autoconf/configure.ac

Modified: vmkit/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/autoconf/configure.ac?rev=180496&r1=180495&r2=180496&view=diff
==============================================================================
--- vmkit/trunk/autoconf/configure.ac (original)
+++ vmkit/trunk/autoconf/configure.ac Thu Apr 25 12:16:39 2013
@@ -55,8 +55,8 @@ if test ${srcdir} != "." ; then
   fi
 fi
 
-dnl Place all of the extra autoconf files into the config subdirectory. Tell                                                      
-dnl various tools where the m4 autoconf macros are.                                                                               
+dnl Place all of the extra autoconf files into the config subdirectory. Tell
+dnl various tools where the m4 autoconf macros are.
 AC_CONFIG_AUX_DIR([./autoconf])
 
 
@@ -166,9 +166,9 @@ case $target_cpu in
     AC_SUBST([WITH_64], [1]);;
 esac
 
-dnl **************************************************************************                                                             
-dnl optimization and debug                                                                                                                 
-dnl **************************************************************************                                                             
+dnl **************************************************************************
+dnl optimization and debug
+dnl **************************************************************************
 AC_ARG_ENABLE(optimized,
               AS_HELP_STRING([--enable-optimized],
                              [Build with all optimization flag enable (default is yes)]),,
@@ -276,7 +276,7 @@ AC_ARG_WITH(classpath-impl,
 
 case "${classpathimpl}" in
   gnuclasspath)
-    AC_MSG_NOTICE(Validing GNU Classpath installation...)
+    AC_MSG_NOTICE(Validating GNU Classpath installation...)
     AC_CHECK_FILES([${classpathlibs}]
                    [${classpathlibs}/libjavaio.$DYLIB_EXTENSION]
                    [${classpathlibs}/libjavalang.$DYLIB_EXTENSION]





More information about the vmkit-commits mailing list