tests/ldadd.test


Log

Author Commit Date CI Message
Akim Demaille 5871219c 2001-04-09T14:50:53 Use AM_CONDITIONAL and if/endif for AMDEP. * m4/depend.m4 (AM_DEP_TRACK): Use AM_CONDITIONAL to define AMDEP. * automake.in (&add_depend2): Transform %AMDEP% into `AMDEP' (leading to a configure time if/endif), or to `FALSE' (static removal of the code). (&handle_dependencies): Adjust to use `AMDEP_TRUE'. * depend2.am: Use if/endif. Adjust the 101 tests that use dependencies so that they properly invoke aclocal before automake. They need to `see' `AM_CONDITIONAL([AMDEP], ...)'.
Tom Tromey d846af7c 2000-01-08T19:14:57 * ansi.test, texinfo.test, empty.test, insh2.test, texinfo8.test: Remove @SET_MAKE@ before using Makefile. * backsl2.test: Don't add AC_PROG_MAKE_SET in configure.in; already done. * defs: Put AC_PROG_MAKE_SET in configure.in. * acoutnoq.test, acoutput.test, acoutqnl.test, acouttbs.test, acouttbs2.test, colon.test, colon2.test, colon3.test, colon4.test, colon5.test, colon6.test, colon7.test, conf2.test, confh.test, confh2.test, confh3.test, confh4.test, config.test, depend3.test, discover.test, fpinst2.test, gnits.test, ldadd.test, libobj.test, libobj10.test, libobj2.test, libobj6.test, libobj7.test, libobj8.test, libobj9.test, output.test, output2.test, output3.test, output4.test, output5.test, package.test, parse.test, pr2.test, remake.test, remake2.test, scripts.test, stamph.test, texinfo8.test: Likewise.
Tom Tromey 4dd53089 1999-03-22T11:45:58 * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL.
Tom Tromey 68a5f063 1997-04-02T07:15:00 better error when ldadd/libadd confused