|
099a42a5
|
2001-09-25T17: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-17T05: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-14T17:32:10
|
|
* aclocal.in: (): No need for `\b(foo\b|\bbar)\b',
`\b(foo|bar)\b' is what we want.
|
|
8a49ab2b
|
2001-07-02T20: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-15T00: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-07T18:37:06
|
|
* automake.in, aclocal.in: Backquote is inert in double quotes.
|
|
609ca4ad
|
2001-02-01T23:53:33
|
|
* aclocal.in: Rename "verbosity" to "verbose". Always prepend
"aclocal: " to the verbose output.
|
|
1c3a6ac2
|
2001-01-21T20: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-16T11: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-13T19: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-16T11:07:37
|
|
* aclocal.in (write_aclocal): Set ``binmode'' after file has been
opened, otherwise it has no effect.
|
|
6039975c
|
2000-10-23T18: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-17T09:36:59
|
|
* aclocal.in (write_aclocal): Set up aclocal.m4 header with
normal comments (#) instead of m4 dnl-type comments.
|
|
a2c34841
|
2000-10-16T09: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-06T22:49:14
|
|
* aclocal.in (add_file): Strip comments while scanning for
macro dependencies.
|
|
d757e6cc
|
2000-03-20T00:12:59
|
|
* aclocal.in (parse_arguments): Copyright 2000.
(write_aclocal): Likewise.
* automake.in (parse_arguments): Copyright 2000.
(initialize_global_constants): Likewise.
|
|
3984f1eb
|
1999-12-15T19: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-13T04: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-22T21: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-11T21: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-10T18: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-26T19: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-11T19:30:48
|
|
Changed bug-reporting address.
More minor fixes from Markus Oberhumer
|
|
8733de30
|
1998-05-18T05:33:56
|
|
various fixlets
|
|
9fd4b88c
|
1998-03-23T16:14:25
|
|
added --print-ac-dir to aclocal
|
|
55131c45
|
1998-03-20T22:16:24
|
|
fixed aclocal bug
|
|
69c93a96
|
1998-02-23T20:39:44
|
|
--version fixup
|
|
1619de0c
|
1998-02-13T05:28:16
|
|
fixed unused.test aclocal bug
|
|
71c627f2
|
1998-02-13T04:56:24
|
|
fixed whoami.test buglet
|
|
578de972
|
1998-02-13T04:37:37
|
|
minor date changes; last fixes to aclocal --output
|
|
f5ac0d3f
|
1998-02-13T03:09:51
|
|
fixed bug-reporting address
|
|
5696510a
|
1998-02-12T00:31:42
|
|
checked in fix for aclocal --output bug
|
|
b5deddfd
|
1998-01-13T22:27:39
|
|
perl 4 fix for aclocal
|
|
7bbd2884
|
1997-10-21T17:03:26
|
|
silly bug fix
|
|
b5e75019
|
1997-10-21T06:52:08
|
|
aclocal fix
|
|
cc2cb4bc
|
1997-08-27T19:16:58
|
|
copyright fixups
|
|
530ba8a7
|
1997-08-06T16:52:08
|
|
clean fixlet
|
|
7df2beef
|
1997-07-24T07:21:16
|
|
--help fixlets
|
|
60506cec
|
1997-04-30T01:46:13
|
|
aclocal fix
|
|
9c2ae2af
|
1997-03-20T23:51:34
|
|
cygwin32 support
|
|
220aadb9
|
1997-03-19T00:21:30
|
|
fixlets
|
|
4dca334f
|
1997-02-24T05:31:31
|
|
perl -w fixes
|
|
87431841
|
1997-01-08T01:58:42
|
|
added -I option to aclocal
|
|
4a43b883
|
1996-12-05T09:56:18
|
|
use AM_GNU_GETTEXT now
|
|
38bca416
|
1996-12-04T02:04:43
|
|
Fixes from Gord
|
|
6dd56d0c
|
1996-11-18T21:36:28
|
|
Removed old macro
|
|
fefccdc2
|
1996-11-16T06:27:55
|
|
AM_FUNC_FNMATCH is obsolete
|
|
35bc95c9
|
1996-10-06T19:24:34
|
|
Some aclocal bug fixes
|
|
3615bcf8
|
1996-10-06T16:09:41
|
|
fixlet
|
|
de3868fc
|
1996-10-06T07:16:13
|
|
better usage messages
|
|
c19b5620
|
1996-10-06T03:55:55
|
|
Many bug fixes
|
|
2d0132ba
|
1996-09-24T02:52:30
|
|
usage fixes
|
|
771349c4
|
1996-09-05T16:19:38
|
|
More cleanups for dependency handling
|
|
322897f7
|
1996-08-13T05:21:39
|
|
Bug fix
|
|
503a558c
|
1996-08-12T23:37:13
|
|
New test, m4 macros
|
|
530176ea
|
1996-08-11T19:06:16
|
|
More bug fixes
|
|
293f0a04
|
1996-08-10T23:15:36
|
|
ansi2knr rework. strtod fix. aclocal fixes
|
|
6009013f
|
1996-08-06T17:03:16
|
|
Fixlets
|
|
ae0c9a76
|
1996-08-05T22:45:55
|
|
Better aclocal/AM_ support
|
|
52aa7739
|
1996-07-28T17:54:08
|
|
Include aclocal
|