Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 84f29b04 | 2002-10-12 21:19:29 | * aclocal.in (ac_defun_rx, ac_require_rx): If the macro name is quoted, accept any character but `]'. This makes it possible to define macros such as `AC_LANG_PREPROC(Fortran 90)'. (scan_m4_files): Quote $key in the regex. Don't define $expr, it's not used. (add_file, scan_file): Adjust to the new definitions of $ac_defun_rx and $ac_require_rx. * tests/aclocal2.test: New file. * tests/Makefile.am (TESTS): Add aclocal2.test. Reported by Tamara L. Dahlgren and Tom Epperly. | ||
| 2efed387 | 2002-09-15 20:34:15 | * configure.in (aclocal, automake): Don't create. * automake.in ($prefix): Don't define. * aclocal.in ($prefix): Don't define. * Makefile.am (do_subst): New macro. (automake): New target. (aclocal): Likewise. | ||
| 01ce8d8f | 2002-09-15 17:44:26 | * aclocal.in, automake.in: Requote each "@var@" as '@var@'. | ||
| ab8c507d | 2002-09-13 07:03:29 | * aclocal.in: Prototype all the functions. Add `(C)' to Copyrights. (&add_file): Strip the comments before checking for `AC_REQUIRE'. Remove Perl 4 hacks, since anyway we require 5.005 via General.pm. | ||
| 2ffe5585 | 2002-08-01 22:24:33 | * aclocal.in (parse_arguments): Add `dirlist' paths add the very end of the search path, after aclocal-APIVERSION/ and aclocal/. * automake.texi (Macro search path): Adjust to reflect the new ordering. * tests/dirlist.test: Check for this. | ||
| 0b7fbfaa | 2002-07-31 19:58:26 | 2002-07-31 Charles Wilson <cwilson@ece.gatech.edu> * aclocal.in (parse_arguments): Add support for extending default macro search path, using a `dirlist' file within the aclocal directory. * automake.texi (Invoking aclocal): Move option descriptions into ... (aclocal options): ... this new node. (Macro search path): New node. * tests/dirlist.test: New file. * tests/Makefile.am (TESTS): Add dirlist.test. * m4/dirlist: New file. * m4/Makefile.am (EXTRA_DIST): Add dirlist. * tests/defs: Honor any installed dirlist when searching for libtool.m4 and gettext.m4. | ||
| 7f339b6f | 2002-07-29 16:57:38 | * aclocal.in (write_aclocal): Don't write the filename ($output_file) in the aclocal.m4 header. | ||
| eafb319c | 2002-07-19 20:17:59 | * m4/init.m4: Require Autoconf 2.53b. * m4/header.m4 (AM_CONFIG_HEADER): Redefine using AU_DEFUN. * m4/ccstdc.m4 (fp_PROG_CC_STDC): New AU_DEFUN. * m4/dmalloc.m4 (fp_WITH_DMALLOC): Likewise. * m4/lispdir.m4 (ud_PATH_LISPDIR): Likewise. * m4/maintainer.m4 (jm_MAINTAINER_MODE): Likewise. * m4/protos.m4 (fp_C_PROTOTYPES): Likewise. * m4/regex.m4 (fp_WITH_REGEX): Likewise. * m4/termios.m4: Delete. AM_SYS_POSIX_TERMIOS is now AU_DEFUNed in m4/obsolete.m4. * m4/winsz.m4: Delete. AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL is now AU_DEFUNed in m4/obsolete.m4. * m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4 : New files. * m4/Makefile.am (dist_m4data_DATA): Add obsol-gt.m4, obsol-lt.m4, and obsolete.m4. Remove termios.m4 and winsz.m4. * aclocal.in (obsolete, obsolete_rx): Remove. (scan_configure): Don't grep for obsolete macros. * tests/defs (AUTOUPDATE): Define. * Makefile.am (maintainer-check): Check for misuses of autoupdate. * tests/obsolete.test: Rewrite. Exercize the AU_DEFUN macros from m4/obsolete.m4. | ||
| 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. | ||
| 7a3333dd | 2002-04-19 20:54:45 | Use 'case' statement to work around ${1+"$@"} problem with Zsh. | ||
| c9c536af | 2002-04-13 21:26:36 | Enable traces; wipe out the old configure.in parser. * automake.in (scan_autoconf_traces): Use '$ENF{AUTOCONF}' of 'autoconf'. Honnor the $filename argument. (scan_autoconf_files): Don't call scan_one_autoconf_file. Always call scan_autoconf_traces. (scan_one_autoconf_file): Remove, with it associated regexes. (obsolete, obsolete_rx): Remove. (register_language, handle_languages): Remove the 'define_flag' support. Remove it from the struct and language definitions too. (unquote_m4_arg): Remove. * lib/am/header-vars.am, lib/am/compile.am, lib/am/lisp.am: Remove the `FOO = @FOO@' definitions for all AC_SUBST'ed variables. They are now generated automatically. * aclocal.in (obsolete_macros): Don't mention obsolete_macros in automake.in. * automake.texi (Invoking Automake): Mention the AUTOCONF envvar. | ||
| ae00c269 | 2002-02-01 20:40:48 | Change per GNU coding standards: * aclocal.in (parse_arguments): Only mention most recent year in copyright output. * automake.in (version): Only mention most recent year. | ||
| c93a18e9 | 2002-01-18 21:50:40 | * aclocal.in (parse_arguments): Added 2002. (write_aclocal): Likewise. (parse_arguments): Updated my email address. * automake.in (gen_copyright): Added 2002. (version): Likewise. Also, changed my email address. | ||
| b85334eb | 2002-01-16 19:05:47 | * Makefile.am (install-exec-hook): Use APIVERSION. * m4/init.m4 (AM_INIT_AUTOMAKE): Use am__api_version. * m4/amversion.in (AM_AUTOMAKE_VERSION): Set am__api_version from APIVERSION. * automake.in (perllibdir): Use APIVERSION. (libdir): Likewise. * aclocal.in (perllibdir): Use APIVERSION. (APIVERSION): New global. (parse_arguments): Use APIVERSION. * configure.in (APIVERSION): New subst. (pkgvdatadir): Use APIVERSION. | ||
| 447ca35b | 2002-01-15 23:54:14 | * missing: Updated. * lib/missing: Match against `automake*' to pick up versioned automake. * m4/init.m4 (AM_INIT_AUTOMAKE): Use versioned automake name. * m4/amversion.in (AM_AUTOMAKE_VERSION): Set am__version variable. * lib/am/Makefile.am (amdir): Use pkgvdatadir. * lib/Makefile.am (dist_pkgvdata_DATA): Renamed to use pkgvdatadir. (scriptdir): Use pkgvdatadir. (installcheck-local): Likewise. * lib/Automake/Makefile.am (perllibdir): Use pkgvdatadir. * automake.in (perllibdir): Added VERSION. (libdir): Likewise. * aclocal.in (parse_arguments): Search versioned directory. Don't push unversioned directory unless it exists. (perllibdir): Added VERSION. (default_acdir): New global. * m4/Makefile.am (m4datadir): Added $(VERSION). * Makefile.am (install-exec-hook): New target. * configure.in (ACLOCAL): Search build directory. (pkgvdatadir): New subst. | ||
| 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 |