David MacKenzie
f0d5389b23
(AC_SET_MAKE): Remove temp file.
...
From John Interrante <interran@uluru.stanford.edu>.
(AC_WAIT3): Sleep in the parent to avoid rm
problems on fast machines. From david d zuhn.
1994-05-08 02:29:55 +00:00
David MacKenzie
db2ff00887
Add dnl after AC_PROVIDE,
...
AC_REQUIRE, and AC_BEFORE calls.
Use AC_CHECKING and AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:57:01 +00:00
David MacKenzie
f9fb756281
Mention AC_TEST_LINK.
1994-05-06 11:56:43 +00:00
David MacKenzie
e5cb896877
(AC_TEST_LINK): New macro.
...
(AC_COMPILE_CHECK): Mark obsolete. Call AC_CHECKING and
AC_TEST_LINK.
(AC_PROGRAM_CHECK, AC_PROGRAM_PATH, AC_HAVE_LIBRARY, AC_HEADER_CHECK,
AC_FUNC_CHECK, AC_SIZEOF_TYPE): Print "checking" messages even if
using cached values. Use AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:18:13 +00:00
David MacKenzie
163898abcf
(AC_PROG_INSTALL): Print "checking" messages even if
...
using cached values. Use AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:17:47 +00:00
David MacKenzie
27779228a3
(AC_PROG_INSTALL): Fix nesting in
...
cache use.
1994-05-06 05:30:23 +00:00
David MacKenzie
6ed71e169f
(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Fix nesting in
...
cache use.
1994-05-06 05:29:48 +00:00
David MacKenzie
c017b4db91
(AC_OUTPUT_CONFIG_SUBDIRS): Adjust relative cache
...
file paths before passing them to sub-configures. Omit existing
--cache-file arguments.
1994-05-06 05:02:43 +00:00
David MacKenzie
08a306f521
Fix various caching problems.
1994-05-06 04:28:17 +00:00
David MacKenzie
57012075a5
(AC_HAVE_LIBRARY): Use cache var lib_foo, not libfoo.
1994-05-06 04:11:34 +00:00
David MacKenzie
07592d2739
(AC_FUNC_CHECK, AC_HEADER_CHECK): Combine redundant
...
code. Use AC_CACHE_VAL.
(AC_SIZEOF_TYPE): Use AC_CACHE_VAL.
1994-05-06 04:05:11 +00:00
David MacKenzie
025b4663f6
(install): Depend on install-info.
1994-05-06 04:04:40 +00:00
David MacKenzie
a360277f06
Mention that AC_PROGRAM_PATH does nothing is the variable is set already.
1994-05-06 04:03:29 +00:00
David MacKenzie
6e74bf84a2
Add 1.10 entries.
1994-05-06 04:02:39 +00:00
David MacKenzie
0c7705faf7
(dist): chmod the dist directory, not the current directory.
1994-05-05 15:57:20 +00:00
David MacKenzie
d822f88533
(dist): Don't depend on DISTFILES.
1994-05-05 15:53:37 +00:00
David MacKenzie
66c09ddde8
Go back to old way of doing NLS nuisance test.
1994-05-05 15:49:35 +00:00
David MacKenzie
a7473438da
Note what GCC and GXX get set to.
1994-05-05 12:49:21 +00:00
David MacKenzie
a66ae0596f
Use "yes" and "no" or "" uniformly for boolean
...
variables' values. Don't assume default values.
(AC_STDC_HEADERS, AC_ALLOCA): Untangle nested tests.
1994-05-05 12:48:28 +00:00
David MacKenzie
489f2aeef2
Use "yes" and "no" or "" uniformly for boolean
...
variables' values. Don't assume default values.
(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Always set the cache variable
and use different ones.
1994-05-05 12:47:59 +00:00
David MacKenzie
e05916f0de
(distclean): Remove config.cache.
1994-05-05 11:51:35 +00:00
David MacKenzie
8154936670
AC_CACHE_USE -> AC_CACHE_VAL.
...
(AC_HAVE_LIBRARY): Use AC_CACHE_VAL.
1994-05-05 00:33:29 +00:00
David MacKenzie
7c2991eeff
AC_CACHE_USE -> AC_CACHE_VAL.
1994-05-05 00:27:10 +00:00
David MacKenzie
c6846da0d9
Fix typos in comments.
1994-05-05 00:05:25 +00:00
David MacKenzie
5937ebee52
(AC_REPLACE_FUNCS): Use AC_FUNC_CHECK.
...
Rearrange general tests into 4 categories:
Checking for files - fundamental (no caching)
Checking for files - derived (caching)
Checking for C features - fundamental (no caching)
Checking for C features - derived (caching)
1994-05-04 23:43:10 +00:00
David MacKenzie
ac008570d6
Put AC_TEST_CPP in alphabetical order.
1994-05-04 23:42:20 +00:00
David MacKenzie
1d5571bf59
(install): Depend on all again.
...
(install-info): Depend on info again.
1994-05-04 23:41:27 +00:00
Doug Evans
dc6731d2c6
Remove duplicate -freebsd* entry.
1994-05-04 22:44:55 +00:00
David MacKenzie
ad9e489a73
(AC_PROG_INSTALL): Use AC_CACHE_USE.
...
(AC_SETVBUF_REVERSED): Print "checking" message.
1994-05-04 22:03:43 +00:00
David MacKenzie
5cd2c3c7d0
(AC_CACHE_LOAD, AC_CACHE_SAVE, AC_CACHE_USE):
...
New macros.
(AC_PREPARE): Call AC_CACHE_LOAD.
(AC_OUTPUT): Call AC_CACHE_SAVE.
(AC_PARSEARGS): Add --cache-file=FILE option.
(AC_CONFIG_SUBDIRS): Pass --cache-file to subdirectory configures.
(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Use AC_CACHE_USE.
(AC_OUTPUT_CONFIG_SUBDIRS): Renamed from
AC_CONFIG_SUBDIRS.
(AC_CONFIG_SUBDIRS): Just define AC_SUBDIR_LIST.
(AC_OUTPUT): Call AC_OUTPUT_CONFIG_SUBDIRS if AC_SUBDIR_LIST is
defined.
Make config.status --recheck pass --norecursion to configure.
1994-05-04 22:03:07 +00:00
David MacKenzie
5ae13a84fa
mention caching
1994-05-04 22:01:59 +00:00
David MacKenzie
beccc23392
(AC_SET_MAKE): Add AC_CHECKING call.
1994-05-04 17:40:18 +00:00
David MacKenzie
6b91b3387b
Cosmetic change to usage message.
1994-05-04 17:34:32 +00:00
David MacKenzie
a88f1f8614
Add options [--help] [--macrodir=dir] [--verbose]
...
[--version].
1994-05-04 17:34:32 +00:00
David MacKenzie
c8a849c208
small fixes
...
n
1994-05-04 14:44:23 +00:00
David MacKenzie
0d30d0638c
Make the NLS
...
nuisance test actually do something.
1994-05-04 14:44:23 +00:00
David MacKenzie
8d490d2ab2
(AC_GCC_TRADITIONAL, AC_SET_MAKE, AC_RSH,
...
AC_GETLOADAVG, AC_CROSS_CHECK): Print results verbosely.
(AC_GETLOADAVG): Namespace cleanup.
1994-05-04 14:44:23 +00:00
David MacKenzie
2b2ae0ec4c
Make the NLS
...
nuisance test actually do something.
1994-05-04 14:44:23 +00:00
David MacKenzie
3d3b89a268
If M4 is an absolute file name that
...
no longer exists, use M4=m4.
Fix tr string for Solaris tr.
Add config.h.bot if present.
From richard@sol.kbsi.com (Richard Henderson).
1994-05-02 23:48:08 +00:00
David MacKenzie
f06815b7d5
If M4 is an absolute file name that
...
no longer exists, use M4=m4.
1994-05-02 23:47:38 +00:00
David MacKenzie
1819b75811
Put everything back into one directory.
...
Don't assume standards.* exist.
1994-05-02 23:47:13 +00:00
David MacKenzie
2fe6f45ba5
the usual updates.
1994-05-02 23:46:30 +00:00
David MacKenzie
8297cba55c
Document config.h.bot. Fix typo in AC_HAVE_POUNDBANG.
1994-05-02 23:45:57 +00:00
David MacKenzie
ef0ba7a9d0
(AC_HAVE_POUNDBANG): Quote # in message.
...
From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
(AC_PROG_CXX): Look for "cxx" (DEC C++ compiler) too.
1994-05-02 23:45:11 +00:00
David MacKenzie
397ae4425b
Comment changes.
1994-05-02 23:44:20 +00:00
David MacKenzie
a6f27001fc
* configure.in: Check for standards.texi.
1994-05-02 23:43:40 +00:00
David MacKenzie
56b6bdcaee
(AC_OUTPUT): Change >> to > in sed command.
1994-04-30 13:37:01 +00:00
David MacKenzie
4ae9311694
(all): Make autoreconf too.
1994-04-30 01:56:30 +00:00
David MacKenzie
4c24e837db
version 1.9.2
1994-04-30 01:49:37 +00:00
David MacKenzie
f0d76550b5
Redo diagram (mainly from Franc,ois).
...
Describe new way of finding install.sh.
1994-04-30 01:49:03 +00:00