kc3-lang/automake/automake.texi

Branch :


Log

Author Commit Date CI Message
3effb4a4 2001-02-26 09:48:38 * automake.texi (Invoking Automake): Remove dead options.
d6605d53 2001-02-26 09:41:06 * automake.in: Don't pass arguments to... (&parse_arguments): Work on @ARGV. Use Getopt. Add support for `-f'. (&version): New. (&usage): Update.
f7d3c45d 2001-02-16 01:20:22 * automake.texi (Top): Conditionalize on `nottex', not `info'. Fixes PR automake/122.
28e1438a 2001-02-14 20:54:25 * automake.texi (A Shared Library): Mention -module.
16646f9a 2001-02-04 04:37:10 * automake.texi (Rebuilding): New node.
3c30a281 2001-02-04 03:44:01 * automake.texi (Dist): Updated to mention caveat of putting directory in EXTRA_DIST and also providing a nice example of removing the CVS dir. From Ganesan Rajagopal.
182b5371 2001-02-03 05:56:41 * automake.texi (Java Support): Added index, @section.
a47ff8a7 2001-01-21 20:45:10 * automake.texi: Changed dir category.
4ea6c12e 2001-01-16 11:15:21 Let Automake support `configure.ac'. * automake.in: In the comments, prefer `configure.ac' to `configure.in'. When using &am_conf_error, don't repeat `in configure.in', since the function already reports it. When referring to `configure.in' use `$configure_ac' instead. (configure_ac): New global variable. (scan_configure, scan_one_configure_file): Rename as... (scan_autoconf_files, scan_one_autoconf_file): this. (scan_autoconf_files): Compute $configure_ac. (transform): New function. (handle_configure): Use it to transform CONFIGURE_AC in `remake.am' and in `remake-hdr.am'. (common_files): Also consider `configure.ac'. Use consistently single quotes. * aclocal.in (configure_ac): New variable. Use it. * texi-vers.am: Depend on CONFIGURE_AC not configure.in. * remake.am: Likewise. * remake-hdr.am: Likewise.
16104fbe 2001-01-15 17:50:32 * automake.texi (Man pages): Updated to account for man1_MANS, etc.
f9ffd677 2000-12-23 20:26:10 * subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for distclean and maintainer-clean. * automake.texi (Top level): Document use of DIST_SUBDIRS.
33616d39 2000-12-23 19:44:23 * automake.texi (Invoking aclocal): Mention ## comments.
e9895994 2000-12-22 06:05:51 * automake.texi (Tags): Document GTAGS target. * tags.am (GTAGS): New target.
12dc0f81 2000-12-21 02:09:21 From Kevin Ryde: * automake.in (handle_footer): Always push user suffixes at the start of .SUFFIXES:. * automake.texi (Suffixes): Updated to reflect new suffix handling.
61fcad39 2000-12-19 04:48:32 * automake.in (handle_built_sources): Removed. (handle_merge_targets): Handle BUILT_SOURCES. * automake.texi (Sources): Updated documentation of BUILT_SOURCES.
a2c34841 2000-10-16 09:01:36 * aclocal.in, aclocal.m4: Standardize FSF Copyright statements. * automake.in, automake.texi: Likewise. * clean-kr.am, clean.am: Likewise. * comp-vars.am: Likewise. * compile, compile.am: Likewise. * data-clean.am: Likewise. * data.am: Likewise. * dejagnu.am: Likewise. * depcomp: Likewise. * depend.am, depend2.am: Likewise. * dist-vars.am, dist.am: Likewise. * elisp-comp: Likewise. * footer.am: Likewise. * header-vars.am, header.am: Likewise. * java-clean.am java.am: Likewise. * kr-extra.am: Likewise. * library.am: Likewise. * libs-clean.am, libs.am: Likewise. * libtool.am: Likewise. * lisp-clean.am lisp.am: Likewise. * ltlib-clean.am ltlib.am: Likewise. * ltlibrary.am: Likewise. * m4/Makefile.in: Likewise. * m4/strtod.m4: Likewise. * mans-vars.am, mans.am: Likewise. * mdate-sh: Likewise. * missing: Likewise. * multilib.am: Likewise. * program.am: Likewise. * progs-clean.am, progs.am: Likewise. * python-clean.am, python.am: Likewise. * remake-hdr.am, remake.am: Likewise. * scripts.am: Likewise. * subdirs.am: Likewise. * tags-clean.am, tags.am: Likewise. * texi-vers.am: Likewise. * texinfos.am: Likewise. * ylwrap: Likewise.
651739d4 2000-08-04 17:32:34 Idea from Nicolas Thiery: * automake.texi (Tests): Document DEJATOOL as a list. * dejagnu.am (RUNTESTDEFAULTFLAGS): Use $$tool, not $(DEJATOOL). (check-DEJAGNU): Run runtest in a loop.
a0d3ffe4 2000-05-09 02:01:07 * automake.texi (Texinfo): Mention vers*.texi.
2cac8d15 2000-03-23 05:15:47 * automake.texi (Uniform): Fix definition of pkglibdir. From thi <ttn@revel.glug.org>.
0d11d9e4 2000-03-19 22:34:20 More for PR automake/38: * automake.texi (Invoking Automake): Document --force-missing. * automake.in (force_missing): New global. (parse_arguments): Recognize --force-missing. (initialize_global_constants): Document --force-missing. (require_file_internal): Handle --force-missing.
af18dda2 2000-03-19 21:54:13 Fix for PR automake/45: * automake.texi (configure): Mention requirement to run AM_INIT_AUTOMAKE. (Requirements): Removed most text. * automake.in (seen_init_automake): New global. (scan_configure): Error if AM_INIT_AUTOMAKE not seen. (scan_one_configure_file): Don't support AM_INIT_GUILE_MODULE. Set seen_init_automake if needed.
e13f3ed4 1999-12-14 04:10:36 * depend2.am: Removed erroneous comment. * automake.texi (Program variables): Document nostdinc. (Options): Likewise. * automake.in (get_object_extension): Respect nostdinc option. (handle_options): Recognize nostdinc. * comp-vars.am (DEFS): Use @DEFAULT_INCLUDES@ as sole substitution. * automake.in (read_am_file): Allow conditional includes. Fixes test condincl.test.
ebdbd5b3 1999-11-22 19:22:02 Jumbo patch: First cut at Python support (untested). A few miscellaneous bug fixes.
9ae48df8 1999-11-21 21:35:41 Merged from user-dep-gen-branch.
2fb24c45 1999-11-12 16:29:48 * automake.texi (Gnits): Allow COPYING.LIB again. * automake.in (check_gnits_standards): Allow COPYING.LIB again.
5ee05fdf 1999-06-20 15:55:17 Reworded LGPL-is-a-mistake text
5a938851 1999-04-27 15:15:57 * automake.in (MACRO_PATTERN): Allow digits and `_' to start a macro name. (check_canonical_spelling): Don't insert `AM' before macro name (reverts Alexandre's 1999-04-27 patch). * automake.texi: Reverted documentation change for `AM' patch.
7f63e083 1999-04-26 23:20:47 * automake.in (check_canonical_spelling): Insert AM before names starting with non-letters. * automake.texi: Document it.
9b560304 1999-04-22 21:50:53 * automake.texi: Don't mention AM_FUNC_MKTIME. * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME. * automake.in (scan_one_configure_file): Recognize AC_FUNC_MKTIME, not AM_FUNC_MKTIME. (obsolete_macros): Mention AM_FUNC_MKTIME. * m4/Makefile.am (m4data_DATA): Removed mktime.m4. * m4/mktime.m4: Removed.
9885e75a 1999-04-20 16:35:09 * automake.texi (Top level): Don't recommend substing SUBDIRS. Doc update from Erez.
c428e725 1999-04-13 19:26:44 Typo fix
a4d219cd 1999-04-09 22:27:13 * automake.texi (Macros): Mention AM_PROG_GCJ. (Java Support): New node. (Dist): Documented dist_ and nodist_ prefixes. * m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
95e3bbed 1999-03-31 12:33:56 * automake.in (handle_tests): support XFAIL_TEST * automake.texi: document it
af49c4fe 1999-03-26 22:34:03 * Makefile.in: Rebuilt. * Makefile.am: Updated to reflect removal of TAR subst. * automake.texi (Options): Document dist-bzip2. * automake.in (TAR): Removed global. (initialize_global_constants): Changed `dist' to use pipe with gzip; work with non-GNU tar. (handle_dist): Handle non-GNU tar. Don't define TAR. (initialize_global_constants): Added `dist-bzip2' entry. (handle_options): Recognize dist-bzip2 option. (handle_dist): Likewise. * configure: Rebuilt. * configure.in: Don't check for tar. * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute AMTARFLAGS.
b96a405c 1999-03-25 17:52:50 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br> * automake.in (LDADD): accept -dlopen and -dlpreopen here * automake.texi: ditto
afa8bf3c 1999-03-22 11:49:49 1999-02-01 Thomas Tanner <tanner@gmx.de> * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a warning when AM_PROG_LIBTOOL was found * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
8bf3e8e8 1999-01-22 13:58:04 * automake.in (lang_ppf77_rewrite): New function. From Jochen Kuepper. (lang_ratfor_rewrite): New function
d0e49df5 1999-01-06 13:01:38 Fri Dec 11 10:20:42 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU> * compile_f_c_cxx.test: Change to use F77 and F77LINK instead of FC and FLINK, respectively. * flibs.test: same * fnoc.test: same * fo.test: same * fonly.test: same * link_f_c.test: same * link_f_c_cxx.test: same * link_f_cxx.test: same * link_f_only.test: same Fri Dec 11 10:23:17 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU> * automake.in, automake.texi: Change all of the Fortran 77 code to use the new `F77' prefix instead of the older `FC' prefix. Specifically this changed FC, FCOMPILE, LTFCOMPILE, FLINK and FLD to F77, F77COMPILE, LTF77COMPILE, F77LINK and F77LD, respectively.
44f00836 1998-12-01 16:02:51 * automake.texi (Dist): Documented GZIP_ENV. * automake.in (handle_dist): Define and use GZIP_ENV, not GZIP. (initialize_global_constants): Use GZIP_ENV, not GZIP.
16f62e56 1998-11-27 21:24:48 * automake.texi: Formatting changes for latest texinfo. * automake.in (handle_java): Removed debugging print.
090046e6 1998-11-10 16:37:53 * automake.in (scan_one_configure_file): Recognize AC_F77_LIBRARY_LDFLAGS, and recognize FLIBS as a configure substitution. * automake.texi: Fix several little Fortran 77 references to now point to autoconf.texi. Rename associated Fortran 77 macros from `AM_' to `AC_'.
a6c80a1e 1998-11-10 09:51:35 Doc improvement from Akim Demaille.
4825b9fe 1998-10-30 14:15:04 1998-10-29 Gary V. Vaughan <gvaughan@oranda.demon.co.uk> * automake.in (parse_arguments): Fixed type of -c for copying 1998-10-30 Tom Tromey <tromey@cygnus.com> * automake.texi (Install): Documented DESTDIR more fully. From Jeff Garzik.
c5211595 1998-10-16 10:16:25 Updated manual to refect noinst_LTLIBRARIES. Remembered to save buffer with last Makefile.am change.
6106bdfa 1998-10-13 18:57:21 F77 additions from Matthew D Langston * m4/f77.m4: New file. * m4/Makefile.am (m4data_DATA): Added f77.m4. * automake.in (resolve_linker): Put the Fortran 77 linker where it needs to be. * automake.in (lang_f77_finish): Add support for Fortran 77. * automake.in (f77_extensions): New helper function for function `lang_f77_finish'. * automake.in (lang_f77_rewrite): Change to return success. * automake.in (scan_one_configure_file): Add test for the Fortran 77 compiler. * automake.in (finish_languages): Changed tests for "C++ only" to "C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'. * automake.in: Registered the ppf77 language (`.F' extension) for preprocessed Fortran 77. * automake.in: Registered the ratfor language (`.r' extension). * automake.in: Registered Fortran 77 header files with the "header language" (`.inc' extension). * automake.texi: Added several new index entries. * automake.texi: - Add `@ovindex' (output variable index). - Merge `@defmac' (Autoconf macros) and `@ovindex' to the General Index. * automake.texi (Macros): - Changed the `@table @code' list of macros to `@defmac'. - Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list. * automake.texi (C++): Change `@table' to `@vtable'. * automake.texi (Fortran 77): Add Fortran 77 documentation.
86552783 1998-10-11 13:07:31 Preliminary (completely untested) multilib support. * automake.texi (Macros): Document AM_ENABLE_MULTILIB. * m4/Makefile.am (m4data_DATA): Added multi.m4. * Makefile.am (amfiles): Added multilib.am. * automake.in (seen_multilib): New global. (scan_one_configure_file): Recognize AM_ENABLE_MULTILIB. (generate_makefile): Call handle_multilib. (handle_multilib): New function. * multilib.am: New file. * m4/multi.m4: New file.
dee4d56f 1998-10-03 18:26:55 * automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE conditional. (handle_configure): Likewise. (read_am_file): Likewise. (file_contents_with_transform): Likewise. (scan_one_configure_file): Recognize that AM_MAINTAINER_MODE defines a conditional. * automake.texi (Optional): Document new AM_MAINTAINER_MODE. * texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE conditional. (maintainer-clean-@VTI@): Likewise. * remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE conditional. * remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at MAINTAINER_MODE conditional. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE conditional.
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.
0ac22bb6 1998-09-28 01:51:16 `.' in SUBDIRS changes order of builds: * Makefile.am (SUBDIRS): Added `.'. Put tests last. * tags.am (TAGS): Don't look for TAGS file in `.'. * automake.texi (Top level): Document SUBDIRS change. * automake.in (handle_installdirs): Create separate installdirs-am target. (handle_merge_targets): Don't put all-am onto @all. Fixed error message. Correctly handle install-info. Give error if install-info-local inappropriately defined. Don't special-case install-data, install-exec, install, uninstall, or all. (handle_subdirs): Don't push `-recursive' target names onto corresponding lists. (do_one_merge_target): Always define `-am' form of rule, and point ordinary form to `-am' or `-recursive' as appropriate. Special-case `all'. (do_check_merge_target): Generate check-am target. (handle_dist_worker): Use target_defined. (handle_dist): Likewise. (handle_merge_targets): Likewise. (do_one_merge_target): Likewise. (do_check_merge_target): Likewise. (do_one_clean_target): Likewise. (initialize_per_input): Initialize $all_target. (do_one_clean_target): Always generate -am form of rule; other changes for new SUBDIRS change. (handle_clean): Always generate clean-am form of rule. (handle_tags): Only build subdir if not `.'. (handle_dist_worker): Skip `.' directory. * subdirs.am: Allow `.' to be specified in SUBDIRS.
174373e9 1998-09-27 23:02:12 * automake.texi (Dist): Document EXTRA_DIST change. * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.
50b2fbd6 1998-09-27 22:43:23 * automake.in (handle_ltlibraries): Wrote better comment about EXTRA_LTLIBRARIES. * automake.texi (Invoking Automake): Document --copy. * automake.in (copy_missing): New global. (parse_arguments): Recognize --copy/-c. (require_file_internal): Handle $copy_missing. Fixed error message. (initialize_global_constants): Document -c/--copy.
33cb20cc 1998-09-27 22:33:01 * automake.texi: Document LIBOBJS trick.
99850ce5 1998-08-11 19:30:48 Changed bug-reporting address. More minor fixes from Markus Oberhumer
7213ebeb 1998-06-24 03:36:25 doc fix for yacc renaming hack
3deaee60 1998-06-24 00:18:47 doc patch from aharon robbins
999a757a 1998-04-03 20:12:53 install fix for egcs
ca334299 1998-03-31 08:20:44 doc update
9fd4b88c 1998-03-23 16:14:25 added --print-ac-dir to aclocal
de473fa8 1998-03-21 05:57:11 lex fixes for hpux from alexandre oliva
5b709c5b 1998-03-20 20:13:07 updated docs for DESTDIR
2d737ca0 1998-03-19 02:23:38 java doc fix
44cfa063 1998-03-19 00:30:17 initial java support
2b14c581 1998-02-13 05:19:36 added --generate-deps from paul d smith
176a0c3b 1998-02-13 04:59:59 doc update
f103d327 1997-10-25 18:40:31 new files from fsf
1b5fea19 1997-10-25 05:51:45 yaccflags fix
0d8783b5 1997-10-20 05:26:21 bug fix
5644b376 1997-09-28 23:18:35 added new options
38cf778f 1997-09-28 21:56:39 dependency fix from ian
14f2a84e 1997-09-28 21:51:54 doc update from akim
f6d7829f 1997-09-25 05:44:17 stdc fix from paul eggert
5cba59db 1997-09-24 22:11:59 dependencies fix
3dbba1af 1997-08-06 16:52:46 doc fixlet
9a9a0e27 1997-08-02 20:17:03 when --cygnus, check does not depend on all
6369f562 1997-08-02 20:12:00 use RUNTESTDEFAULTFLAGS
247315dd 1997-06-23 01:37:37 test fixes
c31d75b5 1997-06-23 01:24:16 BUILT_SOURCES cleanup
2b8aaa16 1997-06-04 04:16:09 doc update
7434bb5f 1997-06-01 19:54:31 various bug fixes
27ccbf24 1997-05-27 05:44:25 put -i on command line when rebuilding
84fafed1 1997-05-01 05:36:43 doc fix
dbf75997 1997-05-01 01:18:21 some patches from ian put var index into final index put CFLAGS into LINK
94352188 1997-04-28 07:15:34 doc update
d601f421 1997-04-28 05:59:44 added Ian's conditionals
1b70708a 1997-04-28 05:20:39 doc update
dbdb2711 1997-04-28 00:22:07 got rid of interlock
728305d7 1997-04-27 17:46:53 doc fix
a28f027d 1997-04-27 16:56:34 doc fixes
8605e367 1997-04-16 18:24:53 doc update
939ff93f 1997-04-10 07:42:50 doc fixes
121c5a1b 1997-04-07 23:45:35 version check fix
6d16977a 1997-04-04 02:36:59 doc update
6f1d9645 1997-04-04 02:21:13 ltlibrary fix
c0e214d7 1997-03-28 03:55:32 nothing
eb48dd83 1997-03-28 01:06:40 nothing
0877cdef 1997-03-28 00:45:18 added 3rd arg to init function
9d9e0221 1997-03-27 19:33:12 nothing
af5eda70 1997-03-26 06:26:30 doc fix from Gord
430d000d 1997-03-26 05:57:50 follow GNU standards
9bac5002 1997-03-22 05:40:13 new files from elsewhere