(AC_CONFIG_LIBOBJ_DIR): Remove the broken check.

This commit is contained in:
Stepan Kasal 2005-05-13 09:17:15 +00:00
parent 4a38c32eb8
commit 90e4ad679a
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2005-05-13 Stepan Kasal <kasal@ucw.cz>
* lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
check.
* lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
enough arguments, similarly as in m4_bpatsubsts.
2005-05-12 Stepan Kasal <address@hidden>
* lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation

View File

@ -2492,10 +2492,7 @@ $3],
# -----------------------------
# Announce LIBOBJ replacement files are in $top_srcdir/DIRNAME.
AC_DEFUN_ONCE([AC_CONFIG_LIBOBJ_DIR],
[m4_bmatch([$1], [^]m4_defn([m4_cr_symbols2]),
[AC_WARNING([invalid replacement directory: $1])])dnl
m4_divert_text([DEFAULTS], [ac_config_libobj_dir=$1])[]dnl
])
[m4_divert_text([DEFAULTS], [ac_config_libobj_dir=$1])])
# AC_LIBSOURCE(FILE-NAME)