dnl Utility functions for stamping the configure script.
dnl
dnl
-define(AC_ACVERSION, 1.7.11)dnl
+define(AC_ACVERSION, 1.8)dnl
dnl This is defined by the --version option of the autoconf script.
ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION
)])dnl
changequote([,])dnl
# Initialize some variables set by options.
+# The variables have the same names as the options, with
+# dashes changed to underlines.
build=NONE
exec_prefix=
host=NONE
-ac_no_create=
+no_create=
nonopt=NONE
-ac_norecursion=
+norecursion=
prefix=
program_prefix=
program_suffix=
program_transform_name=
-ac_silent=
-site=
+silent=
srcdir=
target=NONE
+verbose=
x_includes=
x_libraries=
-ac_verbose=
ac_prev=
for ac_option
continue
fi
- # Accept (but ignore some of) the most important Cygnus configure
+ # Accept (but ignore some of) the important Cygnus configure
# options, so we can diagnose typos.
case "$ac_option" in
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c)
- ac_no_create=yes ;;
+ no_create=yes ;;
-norecursion | --norecursion | --norecursio | --norecursi \
| --norecurs | --norecur | --norecu | --norec | --nore | --nor)
- ac_norecursion=yes ;;
+ norecursion=yes ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
- ac_silent=yes ;;
+ silent=yes ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
target="$ac_optarg" ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
- ac_verbose=yes ;;
+ verbose=yes ;;
-version | --version | --versio | --versi | --vers)
echo "configure generated by autoconf version AC_ACVERSION"
{
dnl Uniformly use AC_DEFINE_[SED]QUOTE, so callers of AC_DEFINE_UNQUOTED
dnl can use AC_QUOTE_* manually if they want to.
-test -n "$ac_verbose" && \
+test -n "$verbose" && \
ifelse($#, 2,
[define([AC_VAL], $2)dnl
echo " defining" $1 to be ifelse(AC_VAL,, empty, "AC_QUOTE_SQUOTE(AC_VAL)")],
dnl
dnl
define(AC_CHECKING,
-[test -n "$ac_silent" || echo "checking $1"])dnl
+[test -n "$silent" || echo "checking $1"])dnl
dnl
define(AC_VERBOSE,
-[test -n "$ac_verbose" && echo " $1"])dnl
+[test -n "$verbose" && echo " $1"])dnl
dnl
define(AC_WARN,
[echo "configure: warning: $1" >&2])dnl
exit 0
EOF
chmod +x config.status
-test -n "$ac_no_create" || ${CONFIG_SHELL-/bin/sh} config.status
+test -n "$no_create" || ${CONFIG_SHELL-/bin/sh} config.status
])dnl
dnl This is a subroutine of AC_OUTPUT, broken out primarily to avoid bugs
dnl with long definitions in GNU m4 1.0. This is called inside a quoted
dnl Utility functions for stamping the configure script.
dnl
dnl
-define(AC_ACVERSION, 1.7.11)dnl
+define(AC_ACVERSION, 1.8)dnl
dnl This is defined by the --version option of the autoconf script.
ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION
)])dnl
changequote([,])dnl
# Initialize some variables set by options.
+# The variables have the same names as the options, with
+# dashes changed to underlines.
build=NONE
exec_prefix=
host=NONE
-ac_no_create=
+no_create=
nonopt=NONE
-ac_norecursion=
+norecursion=
prefix=
program_prefix=
program_suffix=
program_transform_name=
-ac_silent=
-site=
+silent=
srcdir=
target=NONE
+verbose=
x_includes=
x_libraries=
-ac_verbose=
ac_prev=
for ac_option
continue
fi
- # Accept (but ignore some of) the most important Cygnus configure
+ # Accept (but ignore some of) the important Cygnus configure
# options, so we can diagnose typos.
case "$ac_option" in
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c)
- ac_no_create=yes ;;
+ no_create=yes ;;
-norecursion | --norecursion | --norecursio | --norecursi \
| --norecurs | --norecur | --norecu | --norec | --nore | --nor)
- ac_norecursion=yes ;;
+ norecursion=yes ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
- ac_silent=yes ;;
+ silent=yes ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
target="$ac_optarg" ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
- ac_verbose=yes ;;
+ verbose=yes ;;
-version | --version | --versio | --versi | --vers)
echo "configure generated by autoconf version AC_ACVERSION"
{
dnl Uniformly use AC_DEFINE_[SED]QUOTE, so callers of AC_DEFINE_UNQUOTED
dnl can use AC_QUOTE_* manually if they want to.
-test -n "$ac_verbose" && \
+test -n "$verbose" && \
ifelse($#, 2,
[define([AC_VAL], $2)dnl
echo " defining" $1 to be ifelse(AC_VAL,, empty, "AC_QUOTE_SQUOTE(AC_VAL)")],
dnl
dnl
define(AC_CHECKING,
-[test -n "$ac_silent" || echo "checking $1"])dnl
+[test -n "$silent" || echo "checking $1"])dnl
dnl
define(AC_VERBOSE,
-[test -n "$ac_verbose" && echo " $1"])dnl
+[test -n "$verbose" && echo " $1"])dnl
dnl
define(AC_WARN,
[echo "configure: warning: $1" >&2])dnl
exit 0
EOF
chmod +x config.status
-test -n "$ac_no_create" || ${CONFIG_SHELL-/bin/sh} config.status
+test -n "$no_create" || ${CONFIG_SHELL-/bin/sh} config.status
])dnl
dnl This is a subroutine of AC_OUTPUT, broken out primarily to avoid bugs
dnl with long definitions in GNU m4 1.0. This is called inside a quoted