diff options
| author | Glenn Morris | 2012-12-04 20:05:57 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-04 20:05:57 -0800 |
| commit | 82d384f014db7498be0664dfb860234a63742d35 (patch) | |
| tree | ce2539f18a1bcf839f3813ff0f5ba9b663975364 | |
| parent | a20ae0b91d9075a9ab13448b93ceffeaf50ddf29 (diff) | |
| download | emacs-82d384f014db7498be0664dfb860234a63742d35.tar.gz emacs-82d384f014db7498be0664dfb860234a63742d35.zip | |
Revert dumb change
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | configure.ac | 10 |
2 files changed, 5 insertions, 8 deletions
| @@ -1,8 +1,5 @@ | |||
| 1 | 2012-12-05 Glenn Morris <rgm@gnu.org> | 1 | 2012-12-05 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.ac (MAKEINFO, EGREP, CC): Quote references, in case of | ||
| 4 | spaces in file names. | ||
| 5 | |||
| 6 | * configure.ac: Handle info/ files with or without ".info" extension. | 3 | * configure.ac: Handle info/ files with or without ".info" extension. |
| 7 | 4 | ||
| 8 | 2012-11-24 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-11-24 Eli Zaretskii <eliz@gnu.org> |
diff --git a/configure.ac b/configure.ac index 203e36674b2..594fe94214d 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -795,7 +795,7 @@ AC_PATH_PROG(MAKEINFO, makeinfo, no) | |||
| 795 | dnl By this stage, configure has already checked for egrep and set EGREP, | 795 | dnl By this stage, configure has already checked for egrep and set EGREP, |
| 796 | dnl or exited with an error if no egrep was found. | 796 | dnl or exited with an error if no egrep was found. |
| 797 | if test "$MAKEINFO" != "no" && \ | 797 | if test "$MAKEINFO" != "no" && \ |
| 798 | test x"`"$MAKEINFO" --version 2> /dev/null | "$EGREP" 'texinfo[[^0-9]]*([[1-4]][[0-9]]+|[[5-9]]|4\.[[7-9]]|4\.[[1-6]][[0-9]]+)'`" = x; then | 798 | test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[[^0-9]]*([[1-4]][[0-9]]+|[[5-9]]|4\.[[7-9]]|4\.[[1-6]][[0-9]]+)'`" = x; then |
| 799 | MAKEINFO=no | 799 | MAKEINFO=no |
| 800 | fi | 800 | fi |
| 801 | 801 | ||
| @@ -1119,7 +1119,7 @@ if test "x$crt_files" != x; then | |||
| 1119 | ## system-dependent default from above.] | 1119 | ## system-dependent default from above.] |
| 1120 | if test $crt_gcc = yes && test ! -e $CRT_DIR/$file; then | 1120 | if test $crt_gcc = yes && test ! -e $CRT_DIR/$file; then |
| 1121 | 1121 | ||
| 1122 | crt_file=`"$CC" --print-file-name=$file 2>/dev/null` | 1122 | crt_file=`$CC --print-file-name=$file 2>/dev/null` |
| 1123 | case "$crt_file" in | 1123 | case "$crt_file" in |
| 1124 | */*) | 1124 | */*) |
| 1125 | CRT_DIR=`AS_DIRNAME(["$crt_file"])` | 1125 | CRT_DIR=`AS_DIRNAME(["$crt_file"])` |
| @@ -4079,7 +4079,7 @@ CPPFLAGS="$REAL_CPPFLAGS" | |||
| 4079 | 4079 | ||
| 4080 | ## Hack to detect a buggy GCC version. | 4080 | ## Hack to detect a buggy GCC version. |
| 4081 | if test "x$GCC" = xyes \ | 4081 | if test "x$GCC" = xyes \ |
| 4082 | && test x`"$CC" --version 2> /dev/null | grep 'gcc.* 4.5.0'` != x \ | 4082 | && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ |
| 4083 | && test x"`echo $CFLAGS | grep '\-O@<:@23@:>@'`" != x \ | 4083 | && test x"`echo $CFLAGS | grep '\-O@<:@23@:>@'`" != x \ |
| 4084 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then | 4084 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then |
| 4085 | AC_MSG_ERROR([GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'.]) | 4085 | AC_MSG_ERROR([GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'.]) |
| @@ -4432,14 +4432,14 @@ if test "x$GCC" = "xyes" && test "x$ORDINARY_LINK" != "xyes"; then | |||
| 4432 | ## FIXME? s/gnu-linux.h used to define LIB_GCC as below, then | 4432 | ## FIXME? s/gnu-linux.h used to define LIB_GCC as below, then |
| 4433 | ## immediately undefine it again and redefine it to empty. | 4433 | ## immediately undefine it again and redefine it to empty. |
| 4434 | ## Was the C_SWITCH_X_SITE part really necessary? | 4434 | ## Was the C_SWITCH_X_SITE part really necessary? |
| 4435 | ## LIB_GCC=`"$CC" $C_SWITCH_X_SITE -print-libgcc-file-name` | 4435 | ## LIB_GCC=`$CC $C_SWITCH_X_SITE -print-libgcc-file-name` |
| 4436 | LIB_GCC= | 4436 | LIB_GCC= |
| 4437 | ;; | 4437 | ;; |
| 4438 | esac | 4438 | esac |
| 4439 | ;; | 4439 | ;; |
| 4440 | 4440 | ||
| 4441 | ## Ask GCC where to find libgcc.a. | 4441 | ## Ask GCC where to find libgcc.a. |
| 4442 | *) LIB_GCC=`"$CC" -print-libgcc-file-name 2> /dev/null` ;; | 4442 | *) LIB_GCC=`$CC -print-libgcc-file-name 2> /dev/null` ;; |
| 4443 | esac | 4443 | esac |
| 4444 | fi dnl if $GCC | 4444 | fi dnl if $GCC |
| 4445 | AC_SUBST(LIB_GCC) | 4445 | AC_SUBST(LIB_GCC) |