diff --git a/ChangeLog b/ChangeLog index 7849a57d..7426661b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-03-03 Paul Eggert + + 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 * acgeneral.m4 (_AC_WHICH_A): New macro. diff --git a/acgeneral.m4 b/acgeneral.m4 index 4aeff1ae..cc860c7f 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -553,7 +553,7 @@ ac_includes_default="\ #if HAVE_UNISTD_H # include #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 <conftest.$ac_ext <conftest.$ac_ext <conftest.$ac_ext </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 --*=*) diff --git a/acspecific.m4 b/acspecific.m4 index 7fb3e5a9..eda0f3b1 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -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 diff --git a/autoconf.in b/autoconf.in index 2f1b5362..bd8ebb0c 100644 --- a/autoconf.in +++ b/autoconf.in @@ -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. diff --git a/autoconf.sh b/autoconf.sh index 2f1b5362..bd8ebb0c 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -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. diff --git a/bin/autoconf.in b/bin/autoconf.in index 2f1b5362..bd8ebb0c 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -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. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 4aeff1ae..cc860c7f 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -553,7 +553,7 @@ ac_includes_default="\ #if HAVE_UNISTD_H # include #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 <conftest.$ac_ext <conftest.$ac_ext <conftest.$ac_ext </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 --*=*) diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 7fb3e5a9..eda0f3b1 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -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 diff --git a/tests/Makefile.in b/tests/Makefile.in index af165414..d79f2d55 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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.