Akim Demaille
3cc09caea7
Update.
2001-02-25 10:47:00 +00:00
Akim Demaille
658c0cf23c
* autoupdate.in (&END): Try to preserve the exit status.
...
Use backquotes where more readable.
Internal details should be dumped when $debug, not when $verbose.
2001-02-25 10:45:25 +00:00
Akim Demaille
92215a3452
* autoupdate.in (&mktmpdir): New.
...
(&END): Remove $tmp.
(&parse_args): Handle -d and -l.
2001-02-25 10:45:02 +00:00
Akim Demaille
ebf04e44de
* acgeneral.m4 (_AC_INIT_PREPARE): Remove conf$$* on exit.
...
* m4sh.m4 (_AS_LN_S_PREPARE, _AS_BROKEN_TEST_PREPARE):
s/conftest/conf$$/ to avoid race conditions.
From Lars J. Aas.
2001-02-25 10:44:37 +00:00
Akim Demaille
ec1cffc581
* acspecific.m4 (AC_PROG_INSTALL): Use ac_path_separator.
...
Restore the IFS earlier.
Suggested by Tim Van Holder.
2001-02-25 10:44:15 +00:00
Akim Demaille
bc2da2eb0d
* m4sh.m4 (_AS_TEST_PREPARE): Rename as...
...
(_AS_BROKEN_TEST_PREPARE): this.
(_AS_TEST_PREPARE): New dummy but working version of this macro.
* acspecific.m4 (AC_PROG_INSTALL): Use AS_EXECUTABLE_P.
2001-02-25 10:43:34 +00:00
Akim Demaille
8fa22f9fb7
* autoupdate.in (&parse_args): Support `-'.
2001-02-25 10:43:13 +00:00
Akim Demaille
216c0fe12e
* autoupdate.in: Less Bournisms, more Wallisms.
2001-02-25 10:42:49 +00:00
Jim Meyering
f2ba80ab34
.
2001-02-23 15:42:27 +00:00
Jim Meyering
069c08c032
(_AC_INIT_PREPARE_FS_SEPARATORS): Revert that change.
...
There was no typo.
2001-02-23 15:42:11 +00:00
Jim Meyering
0d5ebb7327
.
2001-02-23 08:53:34 +00:00
Jim Meyering
e4e464dd7d
(_AC_INIT_PREPARE_FS_SEPARATORS): Fix typo: s/;/:/
2001-02-23 08:53:07 +00:00
Akim Demaille
ccd6ec2a20
* doc/autoconf.texi: Typos and formatting changes.
2001-02-22 18:01:32 +00:00
Akim Demaille
b678966a7f
Some text so that people aren't surprised of seeing BUGS.
2001-02-21 10:20:47 +00:00
Akim Demaille
c403ef4594
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): use `AS_EXIT(0)' instead
...
of `exit 0' when exiting config.status.
2001-02-21 09:44:55 +00:00
Akim Demaille
effd5f84fa
* doc/autoconf.texi: Add new node discussing issues related to
...
file systems (DOS, specifically). Document DJGPP's bash's special
handling of $PATH_SEPARATOR.
2001-02-21 09:41:03 +00:00
Akim Demaille
5e0a2a0099
* autoupdate.in: New. Replaces autoupdate.sh.
2001-02-21 08:59:24 +00:00
Akim Demaille
3fd60be7b0
* autoscan.pl (&find_configure_ac): New.
2001-02-21 08:47:16 +00:00
Akim Demaille
a70d38879b
* autoscan.pl (check_configure_ac): Pretty missing macro warnings
...
output.
2001-02-20 09:24:40 +00:00
Akim Demaille
bdfd64b325
* aclang.m4 (AC_C_INLINE): Define "inline" to empty if the
...
compiler doesn't support 'static inline'. This is needed for
Encore Umax-3.0.9.16b.
2001-02-19 15:11:52 +00:00
Akim Demaille
185f365117
* aclang.m4 (_AC_LANG_COMPILER_WORKS): Rename as...
...
(_AC_COMPILER_EXEEXT_WORKS): this. Use the `a.out' or `a.exe'
left by _AC_COMPILER_EXEEXT_DEFAULT to check if the compiler works.
(_AC_COMPILER_EXEEXT_CROSS): Extract from the above macro.
(_AC_COMPILER_EXEEXT): Use them.
Adjust all the compiler looking macros to check for EXEEXT
*first*, then OBJEXT.
Set ac_exeext yourself.
(_AC_COMPILER_EXEEXT_O): Don't.
2001-02-19 15:08:58 +00:00
Pavel Roskin
e884e73541
* tests/atspecific.m4 (AT_CONFIGURE_AC): Double quote constant
...
part of the second argument to AT_DATA.
* tests/compile.at (AC_PROG_CPP with warnings): Fix underquoting
in a call to _AT_CHECK_AC_MACRO.
(AC_PROG_CPP without warnings): Likewise.
2001-02-15 23:36:48 +00:00
Pavel Roskin
73fee03b24
Rebuild.
2001-02-12 15:06:06 +00:00
Jim Meyering
d33b855c6c
Misc. clean-up:
...
Move declarations of variables into the scope where they're used.
Use `qw'. Don't use `$_'.
2001-02-11 17:15:03 +00:00
Jim Meyering
772205423d
.
2001-02-11 17:14:55 +00:00
Jim Meyering
1850bed285
.
2001-02-11 16:39:11 +00:00
Jim Meyering
3e1011933f
Ensure that even `autoscan --version' fails when e.g.,
...
writing to a full disk.
(END): New function.
2001-02-11 16:38:44 +00:00
Jim Meyering
a5817176ab
*** empty log message ***
2001-02-09 15:04:40 +00:00
Jim Meyering
07c8c30ab3
(AC_SYS_LARGEFILE_TEST_INCLUDES): Don't reject
...
C++ compilers that are masquerading as C compilers, and that
incorrectly reject large integers.
From Paul Eggert.
2001-02-09 15:04:06 +00:00
Pavel Roskin
a7177fc558
Typo fixes.
2001-02-07 22:05:30 +00:00
Pavel Roskin
f5c4968486
Add confdefs.h
2001-02-07 15:09:10 +00:00
Pavel Roskin
a2509e9556
* acgeneral.m4 (AC_OUTPUT): Remove $(srcdir), ${srcdir} and
...
@srcdir@ from VPATH if srcdir is "." and replace blank VPATH
lines with empty lines to preserve line numbers.
Original version by Derek Price.
2001-02-07 15:04:52 +00:00
Akim Demaille
e568fbd143
* acgeneral.m4 (_AC_LIBOBJ): Call AC_LIBSOURCE with '.c' extension
...
appended to function name.
2001-02-07 11:26:22 +00:00
Akim Demaille
2080fdc3cb
* acgeneral.m4 (_AC_RUN_LOG, _AC_RUN_LOG_STDERR, AC_RUN_LOG): New.
...
(_AC_EVAL_STDERR, _AC_EVAL): Use them.
(_AC_INIT_PREPARE_FS_SEPARATORS): Use AC_RUN_LOG.
2001-02-06 15:11:50 +00:00
Akim Demaille
05cb1a8393
* autoheader.sh: Only set config_h for the first call to
...
AC_CONFIG_HEADERS.
2001-02-06 13:47:52 +00:00
Akim Demaille
7bf59957c4
acfunctions.m4 was still using the old AC_LIBOBJ_DECL.
...
Reported by Derek R. Price.
* tests/semantics.at (AC_REPLACE_FUNCS): New test.
* acfunctions.m4 (AC_REPLACE_FUNCS, _AC_LIBOBJ_ALLOCA): Use
AC_LIBSOURCES.
2001-02-05 17:33:00 +00:00
Akim Demaille
f2cdbc6f5e
Typo.
2001-02-05 16:36:11 +00:00
Jim Meyering
9b95287415
.
2001-02-05 10:30:53 +00:00
Jim Meyering
bf28368f78
(AC_SYS_LARGEFILE): Add ULL suffix to the integer constants.
2001-02-05 10:30:27 +00:00
Akim Demaille
d145543abd
acfunctions.m4 was still using the old AC_LIBOBJ_DECL.
...
Reported by Derek R. Price.
* tests/semantics.at (AC_REPLACE_FUNCS): New test.
* acfunctions.m4 (AC_REPLACE_FUNCS, _AC_LIBOBJ_ALLOCA): Use
AC_LIBSOURCES.
2001-02-05 10:16:32 +00:00
Pavel Roskin
a9990450cc
* tests/base.at (AC_TRY_COMMAND): Add a colon between "then" and
...
"else". Separate commands inside AC_TRY_COMMAND with semicolons.
From Nicolas Joly.
2001-02-03 19:27:14 +00:00
Akim Demaille
56eb3944e1
* acgeneral.m4 (_AC_INIT_LOG_COMPLETE): Removed, dead code.
2001-02-03 16:43:00 +00:00
Akim Demaille
89bc8f7e34
More typos. :-(
2001-02-03 14:09:04 +00:00
Akim Demaille
b7a2fedfd0
Typos.
2001-02-03 13:41:15 +00:00
Akim Demaille
9c6be973e7
* acfunctions.m4 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_ONSTACK): Use
...
AC_LIBSOURCES.
2001-02-03 13:22:26 +00:00
Akim Demaille
3282fd3c7a
* acgeneral.m4 (AC_LIBOBJ_DECL): Remove.
...
(AC_LIBSOURCES, AC_LIBSOURCE): New.
* acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac
2001-02-03 13:20:00 +00:00
Pavel Roskin
7e51af06ed
* acgeneral.m4 (_AC_COMPUTE_INT_COMPILE): Rename all occurences
...
of ac_try to ac_mid to avoid a name clash.
2001-02-02 22:57:56 +00:00
Pavel Roskin
9c5fe516c9
* autoscan.pl (scan_c_file): When in verbose mode, don't print
...
out hashes common for the whole package. Do it in scan_files()
instead.
(scan_makefile): Likewise.
(scan_sh_file): Likewise.
Thanks to Jim Meyering for improved implementation.
2001-02-02 18:15:36 +00:00
Pavel Roskin
7aaa1f5959
* autoreconf.sh: Fix the case when the verbose output was not
...
redirected to stderr as everywhere else.
2001-02-01 23:23:57 +00:00
Akim Demaille
110ac382f0
Englisho.
2001-01-31 15:00:35 +00:00