]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Move the quadrigraphs out of the user name space.
authorAkim Demaille <akim@epita.fr>
Fri, 3 Mar 2000 14:25:03 +0000 (14:25 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 3 Mar 2000 14:25:03 +0000 (14:25 +0000)
* acgeneral.m4: 's/@BKL@/@<:@/g', 's/@BKR@/@:>@/g',
's/@DLR@/@S|@/g', 's/@PND@/@%:@/g'.
* acspecific.m4: Likewise.
* autoconf.sh: Likewise.

ChangeLog
acgeneral.m4
acspecific.m4
autoconf.in
autoconf.sh
bin/autoconf.in
lib/autoconf/general.m4
lib/autoconf/specific.m4
tests/Makefile.in

index 7849a57d73ffcc44c0a9184c940885db4e078b71..7426661b517eb48d33b378f10e4d7fd47cbf5af5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-03-03  Paul Eggert <eggert@twinsun.com>
+
+       Move the quadrigraphs out of the user name space.
+
+       * acgeneral.m4: 's/\@BKL@/@<:@/g', 's/\@BKR@/\@:>@/g',
+       's/\@DLR@/\@S|@/g', 's/\@PND@/@%:@/g'.
+       * acspecific.m4: Likewise.
+       * autoconf.sh: Likewise.
+
 2000-03-03  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (_AC_WHICH_A): New macro.
index 4aeff1aebbfcaca06ad1571d2e2389ac5a7ffaf2..cc860c7ffe37deb9858bb76e864b5b43e147ccb1 100644 (file)
@@ -553,7 +553,7 @@ ac_includes_default="\
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif"
-@PND@ Any additions from configure.in:])
+@%:@ Any additions from configure.in:])
 
 
 # AC_PREFIX_DEFAULT(PREFIX)
@@ -1054,9 +1054,9 @@ AC_DEFUN(AC_INIT_PREPARE,
 # 3 some systems may open it to /dev/tty
 # 4 used on the Kubota Titan
 define(AC_FD_MSG, 6)dnl
-@PND@ AC_FD_MSG checking for... messages and results
+@%:@ AC_FD_MSG checking for... messages and results
 define(AC_FD_CC, 5)dnl
-@PND@ AC_FD_CC compiler messages saved in config.log
+@%:@ AC_FD_CC compiler messages saved in config.log
 if test "$silent" = yes; then
   exec AC_FD_MSG>/dev/null
 else
@@ -1186,7 +1186,7 @@ AC_DEFUN(AC_ARG_ENABLE,
 ac_arg_enable_help="$ac_arg_enable_help
 [$2]"
 AC_DIVERT_POP()dnl
-@PND@ Check whether --enable-[$1] or --disable-[$1] was given.
+@%:@ Check whether --enable-[$1] or --disable-[$1] was given.
 if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
   enableval="[$enable_]patsubst([$1], -, _)"
   ifelse([$3], , :, [$3])
@@ -1213,7 +1213,7 @@ AC_DEFUN(AC_ARG_WITH,
 ac_arg_with_help="$ac_arg_with_help
 [$2]"
 AC_DIVERT_POP()dnl
-@PND@ Check whether --with-[$1] or --without-[$1] was given.
+@%:@ Check whether --with-[$1] or --without-[$1] was given.
 if test "[${with_]patsubst([$1], -, _)+set}" = set; then
   withval="[$with_]patsubst([$1], -, _)"
   ifelse([$3], , :, [$3])
@@ -2277,7 +2277,7 @@ AC_DEFUN(AC_TRY_COMPILER,
 [cat >conftest.$ac_ext <<EOF
 AC_LANG_CASE([FORTRAN77], ,
 [
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 ])
 [$1]
@@ -2428,7 +2428,7 @@ popdef([AC_Lib_Name])dnl
 AC_DEFUN(AC_TRY_CPP,
 [AC_REQUIRE_CPP()dnl
 cat >conftest.$ac_ext <<EOF
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 EOF
@@ -2470,7 +2470,7 @@ AC_DEFUN(AC_EGREP_HEADER,
 AC_DEFUN(AC_EGREP_CPP,
 [AC_REQUIRE_CPP()dnl
 cat >conftest.$ac_ext <<EOF
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$2]
 EOF
@@ -2509,8 +2509,8 @@ AC_LANG_CASE([FORTRAN77],
 [$2]
       end],
 [dnl This sometimes fails to find confdefs.h, for some reason.
-dnl @PND@line __oline__ "[$]0"
-@PND@line __oline__ "configure"
+dnl @%:@line __oline__ "[$]0"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 int
@@ -2555,8 +2555,8 @@ AC_LANG_CASE([FORTRAN77],
       end
 ],
 [dnl This sometimes fails to find confdefs.h, for some reason.
-dnl @PND@line __oline__ "[$]0"
-@PND@line __oline__ "configure"
+dnl @%:@line __oline__ "[$]0"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 int
@@ -2620,7 +2620,7 @@ fi
 # Like AC_TRY_RUN but assumes a native-environment (non-cross) compiler.
 AC_DEFUN(AC_TRY_RUN_NATIVE,
 [cat >conftest.$ac_ext <<EOF
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 AC_LANG_CASE(CPLUSPLUS, [#ifdef __cplusplus
 extern "C" void exit(int);
@@ -3438,7 +3438,7 @@ dnl hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 dnl so uname gets run too.
 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 #
-@PND@ [$]0 [$]ac_configure_args
+@%:@ [$]0 [$]ac_configure_args
 #
 # Compiler output produced by configure, useful for debugging
 # configure, is in ./config.log if it exists.
@@ -3515,7 +3515,7 @@ ifdef([AC_PROVIDE_AC_PROG_INSTALL], [ac_given_INSTALL="$INSTALL"
 # If no file are specified by the user, then we need to provide default
 # value.  By we need to know if files were specified by the user.
 ac_need_defaults=:
-while test [\$]@PND@ != 0
+while test [\$]@%:@ != 0
 do
   case "[\$]1" in
   --*=*)
index 7fb3e5a93978b4f5e9117d6973a21dbe60395f7d..eda0f3b1738c3c61092b295c73d04ff07f1cbc40 100644 (file)
@@ -3012,7 +3012,7 @@ dnl Be optimistic at first.
 # AC_SYS_INTERPRETER
 # ------------------
 AC_DEFUN(AC_SYS_INTERPRETER,
-[AC_CACHE_CHECK(whether @PND@! works in shell scripts, ac_cv_sys_interpreter,
+[AC_CACHE_CHECK(whether @%:@! works in shell scripts, ac_cv_sys_interpreter,
 [echo '#! /bin/cat
 exit 69
 ' >conftest
index 2f1b5362bb157ad57ec6f9bc5db8e1cf5a1525e5..bd8ebb0c85c3c4cac794109ba7ce9021aa888e08 100644 (file)
@@ -240,10 +240,10 @@ case $task in
                  { print }' |
     sed '
       /__oline__/s/^\([0-9][0-9]*\):\(.*\)__oline__/\2\1/
-      s/@BKL@/[/g
-      s/@BKR@/]/g
-      s/@DLR@/$/g
-      s/@PND@/#/g
+      s/@<:@/[/g
+      s/@:>@/]/g
+      s/@S|@/$/g
+      s/@%:@/#/g
       ' >&4
   ;; # End of the task script.
 
index 2f1b5362bb157ad57ec6f9bc5db8e1cf5a1525e5..bd8ebb0c85c3c4cac794109ba7ce9021aa888e08 100644 (file)
@@ -240,10 +240,10 @@ case $task in
                  { print }' |
     sed '
       /__oline__/s/^\([0-9][0-9]*\):\(.*\)__oline__/\2\1/
-      s/@BKL@/[/g
-      s/@BKR@/]/g
-      s/@DLR@/$/g
-      s/@PND@/#/g
+      s/@<:@/[/g
+      s/@:>@/]/g
+      s/@S|@/$/g
+      s/@%:@/#/g
       ' >&4
   ;; # End of the task script.
 
index 2f1b5362bb157ad57ec6f9bc5db8e1cf5a1525e5..bd8ebb0c85c3c4cac794109ba7ce9021aa888e08 100644 (file)
@@ -240,10 +240,10 @@ case $task in
                  { print }' |
     sed '
       /__oline__/s/^\([0-9][0-9]*\):\(.*\)__oline__/\2\1/
-      s/@BKL@/[/g
-      s/@BKR@/]/g
-      s/@DLR@/$/g
-      s/@PND@/#/g
+      s/@<:@/[/g
+      s/@:>@/]/g
+      s/@S|@/$/g
+      s/@%:@/#/g
       ' >&4
   ;; # End of the task script.
 
index 4aeff1aebbfcaca06ad1571d2e2389ac5a7ffaf2..cc860c7ffe37deb9858bb76e864b5b43e147ccb1 100644 (file)
@@ -553,7 +553,7 @@ ac_includes_default="\
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif"
-@PND@ Any additions from configure.in:])
+@%:@ Any additions from configure.in:])
 
 
 # AC_PREFIX_DEFAULT(PREFIX)
@@ -1054,9 +1054,9 @@ AC_DEFUN(AC_INIT_PREPARE,
 # 3 some systems may open it to /dev/tty
 # 4 used on the Kubota Titan
 define(AC_FD_MSG, 6)dnl
-@PND@ AC_FD_MSG checking for... messages and results
+@%:@ AC_FD_MSG checking for... messages and results
 define(AC_FD_CC, 5)dnl
-@PND@ AC_FD_CC compiler messages saved in config.log
+@%:@ AC_FD_CC compiler messages saved in config.log
 if test "$silent" = yes; then
   exec AC_FD_MSG>/dev/null
 else
@@ -1186,7 +1186,7 @@ AC_DEFUN(AC_ARG_ENABLE,
 ac_arg_enable_help="$ac_arg_enable_help
 [$2]"
 AC_DIVERT_POP()dnl
-@PND@ Check whether --enable-[$1] or --disable-[$1] was given.
+@%:@ Check whether --enable-[$1] or --disable-[$1] was given.
 if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
   enableval="[$enable_]patsubst([$1], -, _)"
   ifelse([$3], , :, [$3])
@@ -1213,7 +1213,7 @@ AC_DEFUN(AC_ARG_WITH,
 ac_arg_with_help="$ac_arg_with_help
 [$2]"
 AC_DIVERT_POP()dnl
-@PND@ Check whether --with-[$1] or --without-[$1] was given.
+@%:@ Check whether --with-[$1] or --without-[$1] was given.
 if test "[${with_]patsubst([$1], -, _)+set}" = set; then
   withval="[$with_]patsubst([$1], -, _)"
   ifelse([$3], , :, [$3])
@@ -2277,7 +2277,7 @@ AC_DEFUN(AC_TRY_COMPILER,
 [cat >conftest.$ac_ext <<EOF
 AC_LANG_CASE([FORTRAN77], ,
 [
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 ])
 [$1]
@@ -2428,7 +2428,7 @@ popdef([AC_Lib_Name])dnl
 AC_DEFUN(AC_TRY_CPP,
 [AC_REQUIRE_CPP()dnl
 cat >conftest.$ac_ext <<EOF
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 EOF
@@ -2470,7 +2470,7 @@ AC_DEFUN(AC_EGREP_HEADER,
 AC_DEFUN(AC_EGREP_CPP,
 [AC_REQUIRE_CPP()dnl
 cat >conftest.$ac_ext <<EOF
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$2]
 EOF
@@ -2509,8 +2509,8 @@ AC_LANG_CASE([FORTRAN77],
 [$2]
       end],
 [dnl This sometimes fails to find confdefs.h, for some reason.
-dnl @PND@line __oline__ "[$]0"
-@PND@line __oline__ "configure"
+dnl @%:@line __oline__ "[$]0"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 int
@@ -2555,8 +2555,8 @@ AC_LANG_CASE([FORTRAN77],
       end
 ],
 [dnl This sometimes fails to find confdefs.h, for some reason.
-dnl @PND@line __oline__ "[$]0"
-@PND@line __oline__ "configure"
+dnl @%:@line __oline__ "[$]0"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 int
@@ -2620,7 +2620,7 @@ fi
 # Like AC_TRY_RUN but assumes a native-environment (non-cross) compiler.
 AC_DEFUN(AC_TRY_RUN_NATIVE,
 [cat >conftest.$ac_ext <<EOF
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
 #include "confdefs.h"
 AC_LANG_CASE(CPLUSPLUS, [#ifdef __cplusplus
 extern "C" void exit(int);
@@ -3438,7 +3438,7 @@ dnl hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 dnl so uname gets run too.
 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 #
-@PND@ [$]0 [$]ac_configure_args
+@%:@ [$]0 [$]ac_configure_args
 #
 # Compiler output produced by configure, useful for debugging
 # configure, is in ./config.log if it exists.
@@ -3515,7 +3515,7 @@ ifdef([AC_PROVIDE_AC_PROG_INSTALL], [ac_given_INSTALL="$INSTALL"
 # If no file are specified by the user, then we need to provide default
 # value.  By we need to know if files were specified by the user.
 ac_need_defaults=:
-while test [\$]@PND@ != 0
+while test [\$]@%:@ != 0
 do
   case "[\$]1" in
   --*=*)
index 7fb3e5a93978b4f5e9117d6973a21dbe60395f7d..eda0f3b1738c3c61092b295c73d04ff07f1cbc40 100644 (file)
@@ -3012,7 +3012,7 @@ dnl Be optimistic at first.
 # AC_SYS_INTERPRETER
 # ------------------
 AC_DEFUN(AC_SYS_INTERPRETER,
-[AC_CACHE_CHECK(whether @PND@! works in shell scripts, ac_cv_sys_interpreter,
+[AC_CACHE_CHECK(whether @%:@! works in shell scripts, ac_cv_sys_interpreter,
 [echo '#! /bin/cat
 exit 69
 ' >conftest
index af1654141048aa75ef31bc1ab1452477e4fad2cc..d79f2d55bf2efc7a9e32b095591ab5100509a00a 100644 (file)
@@ -90,7 +90,7 @@ PERL = perl
 # - AC_PROG_(CC|CXX|F77)_(GNU|WORKS)
 #   are used in AC_PROG_CC etc.
 # - AC_PATH_PROGS?
-#   They produce `= val' because $1, the variable use to store the result,
+#   They produce `= val' because $1, the variable used to store the result,
 #   is empty.
 # - AC_TRY
 #   Used in many places.