|
db4e6aad
|
2004-05-21T17:31:49
|
|
* tests/conflnk3.test: Isolate checking for working `test -e' into
a subshell, to skip this test on broken /bin/sh of solaris.
|
|
d011b962
|
2004-01-13T20:40:47
|
|
* tests/conflnk3.test: Skip if `test -e' does not work.
Report from Lars Hecking.
|
|
f323a7a7
|
2004-01-08T20:22:24
|
|
* automake.in (handle_configure): Skip AC_CONFIG_LINKS items which
do not look like DEST:SRC.
* tests/conflnk3.test: Check for AC_CONFIG_LINKS($computed).
|
|
f77b57b2
|
2003-12-03T23:14:48
|
|
* automake.in (handle_configure): Do not require link sources if
they contain a dollar, or if they were built. Likewise, do not
clean link destination if they contain a dollar.
(scan_autoconf_traces) <AC_CONFIG_LINKS>: Populate
%ac_config_files_location with link destinations. Do not
store locations in @config_links, now that %ac_config_files_location
have them.
* tests/conflnk3.test: New file.
* tests/Makefile.am (TESTS): Add conflnk3.test.
|