]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_LIBOBJ when used by AC_REPLACE_FUNCS should not complain for
authorAkim Demaille <akim@epita.fr>
Mon, 10 Jul 2000 10:26:42 +0000 (10:26 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Jul 2000 10:26:42 +0000 (10:26 +0000)
commit0ecd09aa98fd58790e643a2edd618f84befc307f
treec5e17073974e63b476c768589c598e9fdfc2b206
parent9f8a9bc5939ec2720afc219eb0a3d5db8def08cd
AC_LIBOBJ when used by AC_REPLACE_FUNCS should not complain for
variables as argument.

* acgeneral.m4 (_AC_LIBOBJ): Same as the former AC_LIBOBJ, but
takes an additional argument: action to perform when non-literal
argument.
(AC_LIBOBJ): Use it.
(AC_REPLACE_FUNCS): Use _AC_LIBOBJ, not AC_LIBOBJ.
ChangeLog
acgeneral.m4
lib/autoconf/general.m4