emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs ChangeLog configure configure.in


From: Andreas Schwab
Subject: [Emacs-diffs] emacs ChangeLog configure configure.in
Date: Sat, 04 Jul 2009 08:12:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 09/07/04 08:12:12

Modified files:
        .              : ChangeLog configure configure.in 

Log message:
        (--enable-checking, --enable-profiling): Use
        AS_HELP_STRING.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/ChangeLog?cvsroot=emacs&r1=1.839&r2=1.840
http://cvs.savannah.gnu.org/viewcvs/emacs/configure?cvsroot=emacs&r1=1.326&r2=1.327
http://cvs.savannah.gnu.org/viewcvs/emacs/configure.in?cvsroot=emacs&r1=1.603&r2=1.604

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/ChangeLog,v
retrieving revision 1.839
retrieving revision 1.840
diff -u -b -r1.839 -r1.840
--- ChangeLog   3 Jul 2009 13:19:03 -0000       1.839
+++ ChangeLog   4 Jul 2009 08:12:10 -0000       1.840
@@ -1,3 +1,8 @@
+2009-07-04  Andreas Schwab  <address@hidden>
+
+       * configure.in (--enable-checking, --enable-profiling): Use
+       AS_HELP_STRING.
+
 2009-07-03  Dan Nicolaescu  <address@hidden>
 
        * configure.in (--enable-profiling): New option.

Index: configure
===================================================================
RCS file: /sources/emacs/emacs/configure,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -b -r1.326 -r1.327
--- configure   3 Jul 2009 13:19:03 -0000       1.326
+++ configure   4 Jul 2009 08:12:10 -0000       1.327
@@ -1346,15 +1346,13 @@
   --enable-locallisppath=PATH
                           directories Emacs should search for lisp files
                           specific to this site
-  --enable-checking=LIST
-                         enable expensive run-time checks.  With LIST,
-                         enable only specific categories of checks.
-                         Categories are: all,yes,no.
-                         Flags are: stringbytes, stringoverrun, stringfreelist,
-                         xmallocoverrun, conslist
-  --enable-profiling
-                         Build emacs with profiling support.
-                         This might not work on all platforms.
+  --enable-checking[=LIST]
+                          enable expensive run-time checks. With LIST, enable
+                          only specific categories of checks. Categories are:
+                          all,yes,no. Flags are: stringbytes, stringoverrun,
+                          stringfreelist, xmallocoverrun, conslist
+  --enable-profiling      build emacs with profiling support. This might not
+                          work on all platforms
   --disable-largefile     omit support for large files
 
 Optional Packages:

Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.603
retrieving revision 1.604
diff -u -b -r1.603 -r1.604
--- configure.in        3 Jul 2009 13:19:04 -0000       1.603
+++ configure.in        4 Jul 2009 08:12:12 -0000       1.604
@@ -210,12 +210,12 @@
 fi)
 
 AC_ARG_ENABLE(checking,
-[  --enable-checking[=LIST]
-                         enable expensive run-time checks.  With LIST,
+[AS_HELP_STRING([--enable-checking@<:@=LIST@:>@],
+               [enable expensive run-time checks.  With LIST,
                          enable only specific categories of checks.
                          Categories are: all,yes,no.
                          Flags are: stringbytes, stringoverrun, stringfreelist,
-                         xmallocoverrun, conslist],
+                xmallocoverrun, conslist])],
 [ac_checking_flags="${enableval}"],[])
 IFS="${IFS=    }"; ac_save_IFS="$IFS"; IFS="$IFS,"
 for check in $ac_checking_flags
@@ -274,9 +274,9 @@
 fi
 
 AC_ARG_ENABLE(profiling,
-[  --enable-profiling
-                         Build emacs with profiling support.
-                         This might not work on all platforms.],
+[AS_HELP_STRING([--enable-profiling],
+               [build emacs with profiling support.
+                This might not work on all platforms])],
 [ac_enable_profiling="${enableval}"],[])
 if test x$ac_enable_profiling != x ; then
    PROFILING_CFLAGS="-DPROFILING=1 -pg"




reply via email to

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