kc3-lang/automake/aclocal.in

Branch :


Log

Author Commit Date CI Message
c81384ed 2001-10-20 11:14:37 * m4/error.m4, m4/obstack.m4, m4/ptrdiff.m4, m4/strtod.m4: Remove, since Autoconf 2.52 has them. * automake.in, aclocal.in, automake.texi: Adjust.
efeadbc5 2001-10-15 07:51:49 * aclocal.in: Use Automake::General and Automake::XFile. Use find_configure_ac. Output the Emacs tags for Autoconf mode selection.
099a42a5 2001-09-25 17:13:16 * aclocal.in (obsolete_macros): Update AM_EXEEXT message. * automake.in (obsolete_macros): Likewise. (seen_objext): Remove (unused). (scan_one_autoconf_file): Don't handle AC_OBJEXT. * lib/am/header-vars.am (EXEEXT, OBJEXT, PATH_SEPARATOR): New variables. * tests/obsolete2.test: Use AM_FUNC_FNMATCH instead of AM_EXEEXT. * lib/am/texibuild.am: Use $(PATH_SEPARATOR), not ':' to build
c912d577 2001-07-17 05:36:23 2001-06-10 Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> * aclocal.in (parse_arguments, write_aclocal): Update Copyrights. * aclocal.in (scan_configure, add_file): Handle the full macro name even if it contains numbers, such as I18N.
42152c20 2001-07-14 17:32:10 * aclocal.in: (): No need for `\b(foo\b|\bbar)\b', `\b(foo|bar)\b' is what we want.
8a49ab2b 2001-07-02 20:13:19 * tests/Makefile.am (TESTS): Removed dup.test. * tests/dup.test: Removed. * aclocal.in (scan_file): Don't give error for duplicate macro.
7f684d7b 2001-06-15 00:41:29 2001-06-14 Tom Tromey <tromey@redhat.com> * aclocal.in (scan_m4_files): Removed unused variable. 2001-06-14 Alexandre Duret-Lutz <duret_g@epita.fr> * aclocal.in (scan_m4_files): Tweak the building of &search so that multiple macro names can be found on the same line. Ensure we match whole macro name, not only substrings.
353857b4 2001-03-07 18:37:06 * automake.in, aclocal.in: Backquote is inert in double quotes.
609ca4ad 2001-02-01 23:53:33 * aclocal.in: Rename "verbosity" to "verbose". Always prepend "aclocal: " to the verbose output.
1c3a6ac2 2001-01-21 20:46:28 2001-01-21 Alexandre Duret-Lutz <duret_g@epita.fr> Tom Tromey <tromey@redhat.com> * automake.in (obsolete_rx): Match whole macro names, not substrings. aclocal.in (obsolete_rx): Likewise.
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.
2925b883 2001-01-13 19:08:43 2001-01-13 Steve Robbins <smr@debian.org> Tom Tromey <tromey@redhat.com> * aclocal.in (scan_configure): Don't recognize macro assignments or AC_SUBSTs. (add_file): Likewise.
2d87e0f5 2000-11-16 11:07:37 * aclocal.in (write_aclocal): Set ``binmode'' after file has been opened, otherwise it has no effect.
6039975c 2000-10-23 18:58:33 * aclocal.in (write_aclocal): Don't write aclocal.m4 with CRLFs. This circumvents a bug in Cygwin bash. * automake.in (generate_makefile): Don't write Makefile.in files with CRLFs, as it causes problems for the dependency-file extraction in AM_OUTPUT_DEPENDENCY_COMMANDS.
0739e173 2000-10-17 09:36:59 * aclocal.in (write_aclocal): Set up aclocal.m4 header with normal comments (#) instead of m4 dnl-type comments.
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.
f42c05c4 2000-10-06 22:49:14 * aclocal.in (add_file): Strip comments while scanning for macro dependencies.
d757e6cc 2000-03-20 00:12:59 * aclocal.in (parse_arguments): Copyright 2000. (write_aclocal): Likewise. * automake.in (parse_arguments): Copyright 2000. (initialize_global_constants): Likewise.
3984f1eb 1999-12-15 19:03:10 * aclocal.in: Don't pass $acdir to scan_m4_files. (parse_arguments): Push $acdir on end of dirlist. (scan_file): Don't warn if duplicate macro seen.
2d5c8e5f 1999-11-13 04:41:19 Fix for PR automake/14: * aclocal.in: Added `ud_GNU_GETTEXT'. Updated to mention AC_CYGWIN. * automake.in: Mention AC_CYGWIN, not AC_CYGWIN32.
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.
25e38430 1999-02-11 21:35:19 * aclocal.in (obsolete_macros): Copied from automake.in. (obsolete_rx): Use only keys of obsolete_macros. (scan_configure): Report replacement macro for an obsolete macro. * automake.in (obsolete_macros): Added ud_GNU_GETTEXT.
35850024 1999-01-10 18:37:08 * aclocal.in (write_aclocal): Updated copyright. (parse_arguments): Likewise. * automake.in (parse_arguments): Updated copyright. (initialize_global_constants): Likewise. * Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS. (install-data-hook): New hook. Report from Petter Reinholdtsen.
d4d59682 1998-09-26 19:10:24 Track recent autoconf changes: * m4/Makefile.in: Rebuilt. * m4/Makefile.am (m4data_DATA): Updated for deleted files. * m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL. * m4/mingw.m4: Removed. * m4/cygwin.m4: Removed. * m4/install.m4: Removed. * m4/exeext.m4: Removed. * automake.in (scan_one_configure_file): Don't look for AM_EXEEXT. (check_cygnus): Only mention AC_EXEEXT. (obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT, AM_CYGWIN32, AM_MINGW32. ($seen_prog_install): Changed interpretation; changed all users. (scan_one_configure_file): Don't look for AM_PROG_INSTALL. ($scripts_installed): Removed. (handle_scripts): Use local $scripts_installed. * aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT, AM_CYGWIN32, AM_MINGW32.
99850ce5 1998-08-11 19:30:48 Changed bug-reporting address. More minor fixes from Markus Oberhumer
8733de30 1998-05-18 05:33:56 various fixlets
9fd4b88c 1998-03-23 16:14:25 added --print-ac-dir to aclocal
55131c45 1998-03-20 22:16:24 fixed aclocal bug
69c93a96 1998-02-23 20:39:44 --version fixup
1619de0c 1998-02-13 05:28:16 fixed unused.test aclocal bug
71c627f2 1998-02-13 04:56:24 fixed whoami.test buglet
578de972 1998-02-13 04:37:37 minor date changes; last fixes to aclocal --output
f5ac0d3f 1998-02-13 03:09:51 fixed bug-reporting address
5696510a 1998-02-12 00:31:42 checked in fix for aclocal --output bug
b5deddfd 1998-01-13 22:27:39 perl 4 fix for aclocal
7bbd2884 1997-10-21 17:03:26 silly bug fix
b5e75019 1997-10-21 06:52:08 aclocal fix
cc2cb4bc 1997-08-27 19:16:58 copyright fixups
530ba8a7 1997-08-06 16:52:08 clean fixlet
7df2beef 1997-07-24 07:21:16 --help fixlets
60506cec 1997-04-30 01:46:13 aclocal fix
9c2ae2af 1997-03-20 23:51:34 cygwin32 support
220aadb9 1997-03-19 00:21:30 fixlets
4dca334f 1997-02-24 05:31:31 perl -w fixes
87431841 1997-01-08 01:58:42 added -I option to aclocal
4a43b883 1996-12-05 09:56:18 use AM_GNU_GETTEXT now
38bca416 1996-12-04 02:04:43 Fixes from Gord
6dd56d0c 1996-11-18 21:36:28 Removed old macro
fefccdc2 1996-11-16 06:27:55 AM_FUNC_FNMATCH is obsolete
35bc95c9 1996-10-06 19:24:34 Some aclocal bug fixes
3615bcf8 1996-10-06 16:09:41 fixlet
de3868fc 1996-10-06 07:16:13 better usage messages
c19b5620 1996-10-06 03:55:55 Many bug fixes
2d0132ba 1996-09-24 02:52:30 usage fixes
771349c4 1996-09-05 16:19:38 More cleanups for dependency handling
322897f7 1996-08-13 05:21:39 Bug fix
503a558c 1996-08-12 23:37:13 New test, m4 macros
530176ea 1996-08-11 19:06:16 More bug fixes
293f0a04 1996-08-10 23:15:36 ansi2knr rework. strtod fix. aclocal fixes
6009013f 1996-08-06 17:03:16 Fixlets
ae0c9a76 1996-08-05 22:45:55 Better aclocal/AM_ support
52aa7739 1996-07-28 17:54:08 Include aclocal