kc3-lang/automake/tests

Branch :


Log

Author Commit Date CI Message
72c1e14a 1998-10-01 00:23:45 Some bug fixes, plus a complete rewrite of source file handling: * texinfos.am (install-info-am): Handle case where INFO_DEPS is empty. Reported by Andrew Cagney. (uninstall-info): Likewise. (dist-info): Likewise. * automake.in (handle_texinfo): Error if user tries to generate HTML. * automake.in (do_one_clean_target): Don't push previous clean target if this target is `mostly'. Report from Raja R Harinath. * subdirs.am (mostlyclean-recursive ...): Build local_target, not target. From Raja R Harinath. Completely changed how languages and source files are handled: * automake.in: Call register_language for each language. (lang_c_rewrite): New function. (lang_cxx_rewrite): Likewise. (lang_header_rewrite): Likewise. (lang_yacc_rewrite): Likewise. (lang_yaccxx_rewrite): Likewise. (lang_lex_rewrite): Likewise. (lang_lexxx_rewrite): Likewise. (lang_asm_rewrite): Likewise. (lang_fortran_rewrite): Likewise. (register_language): Likewise. (extension_map): New global. (language_map): Likewise. (resolve_linker): New function. (handle_single_transform_list): Rewrote to use lang_X_rewrite functions. Changed meaning of first argument. (initialize_per_input): Removed seen_any_source. Initialize language_scratch, extension_seen. Removed cxx_extensions, seen_c_source, dir_holds_headers, dir_holds_sources. (handle_source_transform): Don't compute $objpat. Pass $obj directly to handle_single_transform_list. (handle_built_sources): Fixed call to handle_single_transform_list. (lang_c_finish): New function. (lang_cxx_finish): Likewise. (lang_header_finish): Likewise. (lang_yacc_finish): Likewise. (lang_yaccxx_finish): Likewise. (lang_lex_finish): Likewise. (lang_lexxx_finish): Likewise.. (lang_asm_finish): Likewise. (lang_fortran_finish): Likewise. (yacc_lex_finish_helper): Likewise. (libtool_compiler): Likewise. (saw_extension): New function. (handle_lib_objects_cond): Use saw_extension, not old variables. (handle_yacc_lex_cxx): Removed. (finish_languages): New function. (get_object_extension): Don't set dir_holds_sources. (handle_headers): Don't set dir_holds_headers. Instead, call saw_extension. (saw_sources_p): New function. (handle_tags): Use it. (handle_dependencies): Likewise. (cxx_extensions): New function. (handle_dependencies): Use it. (generate_makefile): Call finish_languages, not handle_yacc_lex_cxx.
3a356a00 1998-09-30 11:26:36 * colon7.test: New file. * Makefile.am (TESTS): Added colon7.test.
eb43f166 1998-09-29 12:53:54 * config.test: New file. * Makefile.am (TESTS): Added config.test.
4a68027c 1998-09-29 01:26:20 * Makefile.am (TESTS): Reference clean.test, not clean.am.
0afb1ca9 1998-09-28 14:04:03 * recurs2.test: New file, from Jim Meyering. * Makefile.am (TESTS): Added recurs2.test.
9f0dd45a 1998-09-28 02:03:36 `include' handling from Marcus Daniels: * automake.in: New pattern: INCLUDE_PATTERN. (read_am_file): Make AM_FILE a local filehandle. For INCLUDE_PATTERN, store included paths on @include_stack and call read_am_file with argument. (handle_configure): When printing the dependencies for Makefile.in, print the items on include_stack (if any) as dependencies, too. * automake.texi: Make a command index `cm' that goes into the concept index. Put if, endif, else, and include in the command index. (Include): Show usage of include directive.
18c8af98 1998-09-28 01:47:08 * Makefile.am (TESTS): Added clean.am. * clean.test: New file. * ansi2.test: Updated test for new SUBDIRS change. * noinst.test: Updated test for new SUBDIRS change. * checkall.test: Added check to make sure check-local is handled. Updated test for new SUBDIRS change. * java.test: Updated test for new SUBDIRS change.
174373e9 1998-09-27 23:02:12 * automake.texi (Dist): Document EXTRA_DIST change. * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.
fe1c6e33 1998-09-27 21:29:44 * Makefile.am (TESTS): Added else.test. * else.test: New file.
0b28babc 1998-09-27 19:10:22 * Makefile.am (TESTS): Added parse.test. * parse.test: New file.
1de3ff47 1998-09-26 19:06:21 * aclocal.test: Put AM_INIT_AUTOMAKE into configure.in. * library.test: Use AC_EXEEXT. * texinfo5.test: Use AC_EXEEXT. * Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.
c7266e91 1998-09-26 18:32:31 Test suite updates for the @SHELL@ change: * exsource.test: Set SHELL on `make' command line. * ansi.test: Set SHELL on `make' command line. * texinfo.test: Set SHELL on `make' command line. * insh2.test: Set SHELL on `make' command line. * empty.test: Rewrite @SHELL@ to /bin/sh.
1cca018a 1998-09-22 00:30:07 Tue Sep 22 01:20:00 1998 Tom Tromey <tromey@cygnus.com> * ansi3.test: Use gcc and not gcc -traditional.
1198063a 1998-09-16 04:23:41 A couple fixes from Per Cederqvist
d14198e4 1998-08-17 05:33:12 Fixed colon6.test. Added test for strange Tab bug
d75bed2b 1998-08-12 20:18:42 nothing
ad8b8dfb 1998-08-11 03:14:07 Fixed ansi2knr bug
8f75e59c 1998-07-19 06:13:13 fixed more recursivity failures
d2719082 1998-07-18 06:37:24 Fixed cond4.test
b5b61792 1998-07-17 17:22:43 AM_MAKEFLAGS patch from Ian
5f2c1350 1998-06-01 21:12:08 "clean" cleanup
0e371270 1998-05-26 07:46:14 added new syntax checking test
41f18c10 1998-04-06 04:48:22 version checking fix
42edeab6 1998-04-05 22:50:32 upped to version 1.3
3bdbb9e2 1998-04-05 21:36:12 library dependency bug reported by proven
0b6882f6 1998-04-05 21:27:04 updated test for error->warning change
a8959c36 1998-04-04 01:02:52 ac_output fix from doug evans
999a757a 1998-04-03 20:12:53 install fix for egcs
663ab7c8 1998-03-25 22:42:12 fixed bugs with versions in AUTOMAKE_OPTIONS
c172f1e8 1998-03-23 18:31:18 upped to 1.2h
4b3ff93c 1998-03-23 18:00:22 ansi2knr fix from jim meyering
de473fa8 1998-03-21 05:57:11 lex fixes for hpux from alexandre oliva
55131c45 1998-03-20 22:16:24 fixed aclocal bug
884d4980 1998-03-20 07:36:20 added subst test out of paranoia
f9a9763d 1998-03-20 06:13:41 java patch from Per
6cb44f3e 1998-03-20 05:48:34 some java fixes for Per
b3206cec 1998-03-19 22:11:45 added sinclude.test to Makefile.am
75da617a 1998-03-19 21:15:02 sinclude fix
60378202 1998-03-19 08:37:01 removed default: target. moved all: target to start
c12ef214 1998-03-19 04:47:46 fixed colon3.test
98261953 1998-03-19 03:05:40 makefile fix for java
44cfa063 1998-03-19 00:30:17 initial java support
c4420eee 1998-03-08 22:45:02 AC_OUTPUT ":" syntax patch
4324e3a9 1998-03-07 04:17:39 refined multi-: test for AC_OUTPUT
b219e3bc 1998-02-24 20:39:48 upped version to 1.2f
daca6bcd 1998-02-24 19:37:24 reimplemented man pages
26d5b8c4 1998-02-23 23:30:34 recognize .txi extension
8486e545 1998-02-16 07:15:11 fixed bug with -I and m4 dependencies
4f9cdb91 1998-02-14 05:29:07 texinfo fixlet from ian
0c5963ab 1998-02-13 16:43:10 added conditional man test
3843d642 1998-02-13 07:38:26 Makefile fixlet
46d1e88d 1998-02-13 07:31:03 upped to 1.2e
2a3ef5dd 1998-02-13 06:04:25 uniquify files passed to etags
1619de0c 1998-02-13 05:28:16 fixed unused.test aclocal bug
71c627f2 1998-02-13 04:56:24 fixed whoami.test buglet
8ba34b7f 1998-02-13 04:11:06 fixed readme-alpha bug
5696510a 1998-02-12 00:31:42 checked in fix for aclocal --output bug
4948270c 1998-02-05 20:43:29 applied AC_PROG_CXXCPP patch
b3b24183 1997-12-01 22:54:53 fixed conditional sources bug
e997d842 1997-11-30 05:12:04 added new test
1ad64040 1997-11-26 21:48:09 upped to 1.2d
ede25777 1997-10-25 06:06:45 new test
1910a4e5 1997-10-21 18:08:49 no longer require @LEXLIB@
58125efa 1997-10-21 17:08:49 fix for test
dcec7e30 1997-10-21 07:10:06 added bogus test
b5e75019 1997-10-21 06:52:08 aclocal fix
92e7f9f8 1997-09-29 19:26:23 fixed 'make dist'
32cf2528 1997-09-28 23:20:15 nothing
5644b376 1997-09-28 23:18:35 added new options
3cd0636b 1997-09-25 05:55:06 released 1.2b
0e74013c 1997-09-24 22:32:56 better error message when AC_OUTPUT arg empty
5cba59db 1997-09-24 22:11:59 dependencies fix
d699e713 1997-08-28 15:52:35 upped version number
3038064b 1997-08-25 23:25:10 merged changes from Cygnus
60d54823 1997-08-06 02:36:14 new test
69fc9e63 1997-08-05 23:10:54 maintainer-clean patch for info
6a517d6f 1997-06-23 02:15:22 version 1.2
247315dd 1997-06-23 01:37:37 test fixes
9366b5f8 1997-05-30 05:42:15 really fixed redef bug
b0a15b5d 1997-05-30 05:30:06 nothing
5886054b 1997-05-27 04:47:47 test bug fix
76f845e0 1997-05-11 00:32:21 fixed test
d9f53bbd 1997-05-04 21:50:12 avoid Debian install-info handle sources in other directories
e5d799a2 1997-05-01 01:45:54 dist fix
affd1ba9 1997-04-30 01:14:38 fixed clean bug
8511c132 1997-04-30 01:10:36 added conditionals tests from ian
d601f421 1997-04-28 05:59:44 added Ian's conditionals
b03a1bd9 1997-04-28 03:10:37 test fixlet
be107a4e 1997-04-25 18:31:57 config header patch from Ian
9e76ccba 1997-04-16 06:28:58 makeinfo bug fixes
aae29754 1997-04-09 01:36:35 tests respect MAKE
121c5a1b 1997-04-07 23:45:35 version check fix
68a5f063 1997-04-02 07:15:00 better error when ldadd/libadd confused
7025355e 1997-03-29 07:17:06 do not allow stamp-h in AC_OUTPUT
0a4d56b7 1997-03-28 03:27:50 fix in texinfo version code
97cadf26 1997-03-28 03:23:29 lisp fix
9c11ddf6 1997-03-24 20:48:14 fixed bug in sanity check
309bcb5c 1997-03-24 20:39:14 netbsd fix
dc4edf6b 1997-03-22 08:14:41 more cygwin32 fixes
931ea4e5 1997-03-20 07:38:20 fixlets