kc3-lang/automake/HACKING

Branch :


Log

Author Commit Date CI Message
5dc9b192 2004-01-24 19:22:10 * lib/gnupload: New script. * lib/Makefile.am (EXTRA_DIST): Distribute gnupload. * Makefile.am (cvs-release): New target.
b7dcf580 2003-11-12 23:37:28 update release instructions
f72aa9f4 2003-11-11 22:48:53 * Makefile.am: Do not rerun `make dist' after tagging, `make distcheck' already build the tarballs. Commit files right before tagging. Check NEWS before running distcheck.
18d5b482 2003-09-24 21:20:06 * configure.in: Rename as ... * configure.ac: ... this. * README: s/configure.in/configure.ac/.
31e9e7bb 2003-09-13 21:54:26 * Makefile.am (FETCHFILES, fetch): Do not fetch lib/Automake/XFile.pm and lib/Automake/Struct.pm from Autoconf. * lib/Automake/XFile.pm: Update comment, Automake is now the master for this file. Cosmetic changes.
14ecffce 2003-07-20 21:51:41 update paragraph about non-maintainer files
ae954adc 2003-07-04 08:36:53 * automake.in (&scan_texinfo_file, &output_texinfo_build_rules, (&handle_texinfo_helper, &handle_texinfo): Formatting changes. Prototype properly. Don't use & when calling functions.
d5ebdb76 2002-09-20 17:17:01 New section: `Working with CVS'.
1156f6be 2002-06-27 19:19:47 * aclocal.in: Add local variables so that Emacs setups GNU style for perl-mode and cperl-mode. * automake.in: Likewise. (WHITE_PATTERN, RULE_PATTERN, SUFFIX_RULE_PATTERN, MACRO_PATTERN, ASSIGNMENT_PATTERN, IF_PATTERN, ELSE_PATTERN, ENDIF_PATTERN, INCLUDE_PATTERN, EXEC_DIR_PATTERN): Write $ as "$" to please perl-mode.
ef268cdc 2002-03-06 06:24:50 updated HACKING with release info
a52e2cd6 2001-11-16 16:08:10 Recommend the usage of $(am__cd).
1c4a810c 2001-07-17 05:53:49 Report from Motoyuki Kasahara: * tests/make.test: Use am__include. * tests/exsource.test: Use am__include. * m4/make.m4 (AM_MAKE_INCLUDE): Use am__include and am__quote. * automake.in (handle_languages): Use am__include and am__quote.
26aeaaa1 2001-02-16 06:48:01 * config.guess, config.sub: New versions from FSF. * Makefile.am (WGET): New macro. (FETCHFILES): New macro. (fetch): New target.
3a9416ef 2001-02-08 19:13:23 mention Perl 5 in HACKING
68cbb321 2001-02-08 05:48:09 * automake.in (handle_dependencies): Use _am_include, not AMINCLUDE. * tests/exsource.test: Use _am_include, not AMINCLUDE. * m4/make.m4 (AM_MAKE_INCLUDE): Use _am_include, not AMINCLUDE.
522efd83 2001-02-08 05:44:52 updated HACKING
9ae48df8 1999-11-21 21:35:41 Merged from user-dep-gen-branch.
a85ba428 1999-03-26 21:57:32 * automake.in (am_install_var): Removed obsolete comment. * texinfos.am (uninstall-info): Don't print loop but instead print commands. Simplified pre-uninstall loop. * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but instead print commands. * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead print commands. * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but instead print commands. * lisp.am (install-@DIR@LISP): Strip subdir from file name. (uninstall-@DIR@LISP): Likewise. Also, don't print loop but instead print commands. * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead print commands. * java.am (uninstall-@DIR@JAVA): Don't print loop but instead print commands. * header.am (install-@DIR@HEADERS): Strip subdir from file name. (uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but instead print commands. * data.am (install-@DIR@DATA): Strip subdir from file name. (uninstall-@DIR@DATA): Likewise. Also, don't print loop but instead print commands.
0efcfbcc 1998-10-01 11:37:29 * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and xemacs install directories. From Robert Bihlmeyer.
df2d56e0 1998-09-26 19:16:56 Upped version number in configure.in
08fd114e 1998-09-23 23:52:57 Updated HACKING to include release procedure
f5103485 1998-09-21 15:23:42 New file that describes how to work on automake