tests/install2.test


Log

Author Commit Date CI Message
Alexandre Duret-Lutz d36f71d3 2002-06-18T20:08:01 * tests/libtool2.test: Use required=libtoolize. * tests/install2.test: Use required=gzip.
Alexandre Duret-Lutz 3ce01340 2001-12-26T08:22:06 * configure.in: Test for Autoconf >= 2.52. * tests/defs (needs_autoconf, has_autoconf): Delete definition. * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test, tests/cond4.test, tests/cond9.test, tests/cond16.test, tests/cond18.test, tests/cond19.test, tests/cond20.test, tests/confsub.test, tests/depcomp2.test, tests/depdist.test, tests/depend2.test, tests/dirname.test, tests/distname.test, tests/extra5.test, tests/install2.test, tests/lex3.test, tests/make.test, tests/nobase.test, tests/pr9.test, tests/pr87.test, tests/stamph2.test, tests/subdir5.test, tests/subdirbuiltsources.test, tests/subobj3.test, tests/subobj5.test, tests/subobj6.test, tests/substref.test, tests/target-cflags.test, tests/yacc4.test, tests/yacc7.test, tests/yaccvpath.test: Do not use $needs_autoconf.
Tim Van Holder a5911ca8 2001-07-22T00:27:52 Removed the "SKIP:" message.
Tim Van Holder 781b237d 2001-07-22T00:25:35 * tests/dirname.test: Explicitly use $SHELL to run the script; this avoids failures on DJGPP. * tests/install2.test: Skip if 'chmod 000' doesn't make a file unreadable.
Tom Tromey f61d5113 2001-03-04T21:05:09 * tests/yaccvpath.test: No need to remove dummy files. * tests/subobj3.test: No need to remove dummy files. * tests/pr9.test: No need to remove dummy files. * tests/pr87.test: No need to remove dummy files. * tests/pr19.test: No need to remove dummy files. * tests/install2.test: No need to remove dummy files. * tests/defs: Actually copy in install-sh, mkinstalldirs, missing, and depcomp.
Tom Tromey 828fcc88 2001-02-16T06:16:27 * tests/subobj3.test: Exit with status 77 if gcc not found. * tests/pr9.test: Exit with status 77 if gzip not found. * tests/pr87.test: Exit with status 77 if gcc not found. * tests/pr19.test: Exit with status 77 if gzip or gcc not found. * tests/install2.test: Exit with status 77 if gzip not found. * tests/exsource.test: Exit with status 77 if GNU make not found. * tests/ansi3.test: Exit with status 77 if gcc not found. * tests/target-cflags.test: Require GNU make. Exit with status 77 if gcc or make not found. Fixes PR automake/121.
Akim Demaille dc9a4021 2001-01-26T14:21:37 * m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in clear. * m4/init.m4: Likewise. * m4/sanity.m4: s/conftestfile/conftest.file/.
Tom Tromey f0a9746d 2000-05-01T21:03:23 2000-05-01 Pavel Roskin <pavel_roskin@geocities.com> * install2.test: Prevent automake from looking into .. and ../.. by using AC_CONFIG_AUX_DIR(.) in configure.in * pr19.test: Likewise * subobj3.test: Likewise
Tom Tromey 994c1aaa 2000-03-19T20:35:46 * install2.test: Expect a `dist' failure.
Tom Tromey f7baf9b7 1999-12-19T09:01:02 * pr19.test: Fail gracefully if gzip missing. * install2.test: Fail gracefully if gzip missing.
Tom Tromey fc9b641e 1999-12-10T07:47:26 * install2.test: New file. * Makefile.am (TESTS): Added install2.test.