+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.
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
-@PND@ Any additions from configure.in:])
+@%:@ Any additions from configure.in:])
# AC_PREFIX_DEFAULT(PREFIX)
# 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
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])
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])
[cat >conftest.$ac_ext <<EOF
AC_LANG_CASE([FORTRAN77], ,
[
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
#include "confdefs.h"
])
[$1]
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
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
[$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
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
# 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);
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.
# 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
--*=*)
# 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
{ 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.
{ 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.
{ 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.
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
-@PND@ Any additions from configure.in:])
+@%:@ Any additions from configure.in:])
# AC_PREFIX_DEFAULT(PREFIX)
# 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
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])
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])
[cat >conftest.$ac_ext <<EOF
AC_LANG_CASE([FORTRAN77], ,
[
-@PND@line __oline__ "configure"
+@%:@line __oline__ "configure"
#include "confdefs.h"
])
[$1]
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
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
[$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
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
# 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);
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.
# 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
--*=*)
# 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
# - 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.