Don't run _AC_DECL_YYTEXT if it doesn't. Always check libl and
libfl regardless of the $LEX value.
-2000-10-12 Morten Eriksen <mortene@sim.no>
+2000-10-12 Morten Eriksen <mortene@sim.no>
* acgeneral.m4 (AC_CONFIG_SUBDIRS): Fixed nasty typo.
AC_COMPILE_IFELSE etc. without AC_LANG_COMPILER_REQUIRE.
(AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE): Use them.
-2000-10-11 Morten Eriksen <mortene@sim.no>
+2000-10-11 Morten Eriksen <mortene@sim.no>
* acgeneral.m4 (AC_RUN_IFELSE): Add missing executable suffix.
* aclang.m4 (_AC_LANG_COMPILER_WORKS): Likewise.
* tests/semantics.m4 (AC_PROG_CPP with warnings, AC_PROG_CPP
without warnings): New tests.
-2000-09-18 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
+2000-09-18 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
* acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Check for configure.gnu
as well.
it's useless here. Rename to ...
(_AC_PROG_PREPROC_WORKS): ... this.
-2000-09-12 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
+2000-09-12 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
* acspecific.m4 (AC_PROG_INSTALL): Exclude c:install on AmigaOS.
* acgeneral.m4 (AC_EGREP_CPP): Use additional quotes instead of
changequote.
-2000-09-12 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
+2000-09-12 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
* acgeneral.m4 (AC_ARG_ENABLE,AC_ARG_WIDTH): Add trailing
semicolon to final fi.
* doc/autoconf.texi: Always use one space before the opening
parenthesis in @defmac
-2000-09-06 Morten Eriksen <mortene@sim.no>
+2000-09-06 Morten Eriksen <mortene@sim.no>
* acspecific.m4 (_AC_OBJEXT): No longer use AC_COMPILE_IFELSE,
which uses $ac_objext hence depends upon _AC_OBJEXT.
* autoconf.sh: Consider undefined macros as errors.
* tests/base.m4 (unexpanded macros): Expect error, not warning
-2000-09-05 Dave Love <fx@gnu.org>
+2000-09-05 Dave Love <fx@gnu.org>
* aclang.m4 (_AC_PROG_F77_GNU): Run command from standard input so
that we can get some standard output.
handle absolute input file names.
From Alexandre Oliva.
-2000-07-12 Martin Wilck <martin@tropos.de>
+2000-07-12 Martin Wilck <martin@tropos.de>
* aclang.m4 (AC_PROG_F77): Delete AC_BEFORE(AC_PROG_CPP) that
leads to unnecessary warnings if both C and Fortran are checked.
* autoconf.sh (_ac_warnings): Fix call to tr.
Reported by Johan Danielsson.
-2000-07-11 Martin Wilck <martin@tropos.de>
+2000-07-11 Martin Wilck <martin@tropos.de>
* aclang.m4 (_AC_PROG_F77_V): New macro to determine the flag that
causes the compiler to output verbose linking information.
(AC_INIT): be more uniform.
(AC_INIT, AC_REVISION, AC_COPYRIGHT): `define', don't AC_DEFUN.
-2000-07-07 Martin Wilck <martin@tropos.de>
+2000-07-07 Martin Wilck <martin@tropos.de>
* aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Keep -lm, if a Fortran
compiler needs it, it is likely to be required when linking C/C++
(_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS):
Use _AC_SHELL_DIRNAME.
-2000-07-06 Martin Wilck <martin@tropos.de>
+2000-07-06 Martin Wilck <martin@tropos.de>
* aclang.m4 (AC_PROG_F77): Add two compilers,
lf95 (Lahey/Fujitsu Fortran) and pgf77 (Portland Group Fortran)
Simplify the handling of localdir and AC_MACRODIR.
* ifnames.sh: Formatting changes.
-2000-05-25 Steven G. Johnson <stevenj@alum.mit.edu>
+2000-05-25 Steven G. Johnson <stevenj@alum.mit.edu>
Don't use f2c as a possible Fortran compiler, since by itself it
cannot produce object code.
* aclang.m4 (AC_PROG_F77): Remove f2c from the search list.
* doc/autoconf.texi: Excise mentions of f2c in AC_PROG_F77 docs.
-2000-05-26 Mark Elbrecht <snowball3@bigfoot.com>
+2000-05-26 Mark Elbrecht <snowball3@bigfoot.com>
Currently, AC_PROG_LN_S incorrectly reports yes with DJGPP. This
is because the DJGPP `ln' emulates soft links for executables by
* acspecific.m4 (AC_PROG_LN_S): Create a sample file and use it to
test `ln -s'.
-2000-05-26 Ossama Othman <ossama@ece.uci.edu>
+2000-05-26 Ossama Othman <ossama@ece.uci.edu>
* aclang.m4 (AC_PROG_CXX): Look for aCC before CC.
Check whether the type exists beforehand.
* tests/semantics.m4 (AC_CHECK_SIZEOF): Strengthen.
-2000-05-26 Ossama Othman <ossama@ece.uci.edu>
+2000-05-26 Ossama Othman <ossama@ece.uci.edu>
* aclang.m4 (AC_PROG_CXX): Look for aCC KCC RCC xlC_r xlC.
s/c++ g++/g++ c++/.
here? Point to `Invoking configure'.
(Cache Files): No need to document the disabling of the cache.
-2000-05-22 Mark Elbrecht <snowball3@bigfoot.com>, Eli Zaretskii <eliz@gnu.org>
+2000-05-22 Mark Elbrecht <snowball3@bigfoot.com>, Eli Zaretskii <eliz@gnu.org>
More MS-DOS support.
_AC_CHECK_TYPE_NEW): Adjust.
* acspecific.m4 (AC_DECL_YYTEXT, AC_PATH_XTRA): Adjust.
-2000-03-23 Steven G. Johnson <stevenj@alum.mit.edu>
+2000-03-23 Steven G. Johnson <stevenj@alum.mit.edu>
* acspecific.m4 (AC_F77_NAME_MANGLING): Need to use
AC_F77_LIBRARY_LDFLAGS when linking C and Fortran code.
* acgeneral.m4 (AC_PATH_PROG, AC_OUTPUT_FILES, AC_OUTPUT_SUBDIRS):
Fix quotation problems in DOS path handling.
-2000-03-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+2000-03-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* acspecific.m4 (AC_FUNC_MMAP, AC_FUNC_ALLOCA): Make them C++
safe: include the right headers, cast the allocations etc.
AC_EGREP_CPP, AC_TRY_LINK, AC_COMPILE_CHECK, AC_TRY_RUN_NATIVE):
Use ifval instead of ifelse.
-2000-03-07 Mark Elbrecht <snowball3@bigfoot.com>
+2000-03-07 Mark Elbrecht <snowball3@bigfoot.com>
Support absolute DOS-style paths.
Preserve exit status in trap handler.
Based on suggestions from Paul Eggert.
-2000-03-03 Paul Eggert <eggert@twinsun.com>
+2000-03-03 Paul Eggert <eggert@twinsun.com>
Move the quadrigraphs out of the user name space.
* autoconf.texi (Fortran 77 Compiler Characteristics): Document
new AC_F77_NAME_MANGLING macro.
-1999-05-30 Steven G. Johnson <stevenj@alum.mit.edu>
+1999-05-30 Steven G. Johnson <stevenj@alum.mit.edu>
* autoconf.texi (Fortran 77 Compiler Characteristics): Document
new AC_F77_FUNC_WRAPPER macro.
* config.guess: Make C code clean for C++ compilers. Contributed
by Markus Oberhumer.
-1999-02-19 Ben Elliston <bje@cygnus.com>
+1999-02-19 Ben Elliston <bje@cygnus.com>
* config.guess: Automatically recognise ELF on FreeBSD. From Niall
Smart and improved by Andrew Cagney.