]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Simplify the interface: users shouldn't need to explicitly check
authorAkim Demaille <akim@epita.fr>
Tue, 23 May 2000 14:54:49 +0000 (14:54 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 23 May 2000 14:54:49 +0000 (14:54 +0000)
commit7435a2e96cfbcb247fb426cc5528843b2d325d78
tree0bd9ba16f0ad436accf80c330dad6fdf2a5e24a9
parentede91cff9487a1186f9c915e3bebe347d7307d5b
Simplify the interface: users shouldn't need to explicitly check
for special environments.

* acspecific.m4 (AC_EXEEXT, AC_OBJEXT): AU defined to
nothing.  Replace them by...
(_AC_EXEEXT, _AC_OBJEXT): this.
* aclang.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): Call them.
(AC_PROG_CC_G, AC_PROG_CXX_G, AC_PROG_F77_G): Rename as...
(_AC_PROG_CC_G, _AC_PROG_CXX_G, _AC_PROG_F77_G): this.
Adjust dependencies.
* tests/Makefile.am (FILTER_MACROS): Adjust.
* doc/autoconf.texi (Compilers and Preprocessors): New section,
move the documentation of AC_PROG_CC, AC_PROG_CC_C_O,
AC_PROG_CC_STDC, AC_PROG_CPP, AC_PROG_CXX, AC_PROG_CXXCPP,
AC_PROG_F77, AC_PROG_F77_C_O, AC_PROG_GCC_TRADITIONAL here.
Factor the comment documentation of AC_PROG_CC, AC_PROG_CXX,
AC_PROG_F77.
ChangeLog
aclang.m4
acspecific.m4
doc/autoconf.texi
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/lang.m4
lib/autoconf/specific.m4
tests/Makefile.am
tests/Makefile.in