]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_OUTPUT_FILES): Simplify some excess in
authorAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 13:47:29 +0000 (13:47 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 13:47:29 +0000 (13:47 +0000)
changequote.
(AC_OUTPUT_SUBDIRS): Likewise.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 36b67520243130ca0199b17846130d42a1c42d1c..bd8f6247d8da2caa5438445df03fb7d594cf92f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-02-08  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_OUTPUT_FILES): Simplify some excess in
+       changequote.
+       (AC_OUTPUT_SUBDIRS): Likewise.
+
 2000-02-08  Akim Demaille  <akim@epita.fr>
 
        * autoupdate.sh: Don't dump --help on --wrong-option.
index 1ad7014c8442c788af89888a45c22f34e9d6d078..2b044054c6b9efc8dab9d89eeff9fa878fc27914 100644 (file)
@@ -3544,13 +3544,11 @@ changequote([, ])dnl
   esac
 
 ifdef([AC_PROVIDE_AC_PROG_INSTALL],
-[  case "$ac_given_INSTALL" in
-changequote(, )dnl
+[[  case "$ac_given_INSTALL" in
   [/$]*) INSTALL="$ac_given_INSTALL" ;;
-changequote([, ])dnl
   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
   esac
-])dnl
+]])dnl
 
   echo creating "$ac_file"
   rm -f "$ac_file"
@@ -4000,13 +3998,11 @@ changequote([, ])dnl
         ac_sub_cache_file="$ac_dots$cache_file" ;;
       esac
 ifdef([AC_PROVIDE_AC_PROG_INSTALL],
-      [  case "$ac_given_INSTALL" in
-changequote(, )dnl
+[[      case "$ac_given_INSTALL" in
         [/$]*) INSTALL="$ac_given_INSTALL" ;;
-changequote([, ])dnl
         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-        esac
-])dnl
+      esac
+]])dnl
 
       echo "[running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file] --srcdir=$ac_sub_srcdir"
       # The eval makes quoting arguments work.
index 1ad7014c8442c788af89888a45c22f34e9d6d078..2b044054c6b9efc8dab9d89eeff9fa878fc27914 100644 (file)
@@ -3544,13 +3544,11 @@ changequote([, ])dnl
   esac
 
 ifdef([AC_PROVIDE_AC_PROG_INSTALL],
-[  case "$ac_given_INSTALL" in
-changequote(, )dnl
+[[  case "$ac_given_INSTALL" in
   [/$]*) INSTALL="$ac_given_INSTALL" ;;
-changequote([, ])dnl
   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
   esac
-])dnl
+]])dnl
 
   echo creating "$ac_file"
   rm -f "$ac_file"
@@ -4000,13 +3998,11 @@ changequote([, ])dnl
         ac_sub_cache_file="$ac_dots$cache_file" ;;
       esac
 ifdef([AC_PROVIDE_AC_PROG_INSTALL],
-      [  case "$ac_given_INSTALL" in
-changequote(, )dnl
+[[      case "$ac_given_INSTALL" in
         [/$]*) INSTALL="$ac_given_INSTALL" ;;
-changequote([, ])dnl
         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-        esac
-])dnl
+      esac
+]])dnl
 
       echo "[running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file] --srcdir=$ac_sub_srcdir"
       # The eval makes quoting arguments work.