]> git.ipfire.org Git - thirdparty/autoconf.git/commit
1998-12-28 Jeff Garzik <jgarzik@pobox.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 31 Dec 1998 20:10:51 +0000 (20:10 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 31 Dec 1998 20:10:51 +0000 (20:10 +0000)
commitecaa587bef7a0847b5c402bb38448cc30c6b798b
treeff7a171a81100eeff1e1206d968eda89ae4d4489
parent8d15cc94264d36d8a11354c3e100bd691df05c3e
1998-12-28  Jeff Garzik  <jgarzik@pobox.com>
* autoconf.texi:
  (AC_SEARCH_LIBS, AC_CHECK_FILE, AC_CHECK_FILES,
   AC_TRY_LINK_FUNC): Document.
  (AC_CHECK_LIB): Indicate the absence of
action-if-not-found will not kill default action.
  (AC_SYS_INTERPRETER): Alphabetize with rest of section,
s/ac_cv_sys_interpreter/interpval/
* acgeneral.m4:
  (AC_TRY_LINK_FUNC): Fix arg transposition.
  (AC_SEARCH_LIBS): Require autoconf 2.13, add other-libs arg,
default action now similar to AC_CHECK_LIB, returns
'searchval' shell var indicating which lib matched.
  (AC_CHECK_FILES): Add underscore to HAVE_file define.
* acspecific.m4:
  (AC_SYS_INTERPRETER): New shell var 'interpval' stores
internal var ac_cv_sys_interpreter.
ChangeLog
acgeneral.m4
acspecific.m4
autoconf.texi
doc/autoconf.texi
lib/autoconf/general.m4
lib/autoconf/specific.m4