* acgeneral.m4 (AC_OUTPUT_FILES): Simplify some excess in

changequote.
(AC_OUTPUT_SUBDIRS): Likewise.
This commit is contained in:
Akim Demaille 2000-02-08 13:47:29 +00:00
parent ed706fc1bf
commit 90cea7798f
3 changed files with 16 additions and 18 deletions

View File

@ -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.

View 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.

View 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.