mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-07 14:26:52 +08:00
(AC_CONFIG_LIBOBJ_DIR): Remove the broken check.
This commit is contained in:
parent
4a38c32eb8
commit
90e4ad679a
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user