]> sourceware.org Git - automake.git/log
automake.git
23 years ago * m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.
Tom Tromey [Fri, 22 Dec 2000 20:29:21 +0000 (20:29 +0000)]
* m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.

23 years ago * m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.
Tom Tromey [Fri, 22 Dec 2000 20:27:02 +0000 (20:27 +0000)]
* m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.

23 years ago * automake.texi (Tags): Document GTAGS target.
Tom Tromey [Fri, 22 Dec 2000 06:05:51 +0000 (06:05 +0000)]
* automake.texi (Tags): Document GTAGS target.
* tags.am (GTAGS): New target.

23 years ago * automake.in (libtoolize_files): Removed ltconfig.
Tom Tromey [Fri, 22 Dec 2000 05:52:37 +0000 (05:52 +0000)]
* automake.in (libtoolize_files): Removed ltconfig.
(initialize_global_constants): Added ltconfig to common_files.

23 years ago2000-12-21 Kevin Ryde <user42@zip.com.au>
Tom Tromey [Fri, 22 Dec 2000 05:23:53 +0000 (05:23 +0000)]
2000-12-21  Kevin Ryde <user42@zip.com.au>

* automake.in (handle_footer): Generate .SUFFIXES target when user
defines suffixes but automake does not.

23 years ago * vtexi.test: Fixed to reflect new rules.
Tom Tromey [Thu, 21 Dec 2000 23:46:54 +0000 (23:46 +0000)]
* vtexi.test: Fixed to reflect new rules.

23 years ago2000-12-20 Marc Espie <espie@openbsd.org>
Tom Tromey [Thu, 21 Dec 2000 06:07:14 +0000 (06:07 +0000)]
2000-12-20  Marc Espie <espie@openbsd.org>

* automake.in (handle_texinfo): Make path of $vtexi explicit in
dependency.
* texi-vers.am: Likewise.

23 years ago From Kevin Ryde:
Tom Tromey [Thu, 21 Dec 2000 02:09:21 +0000 (02:09 +0000)]
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.

23 years ago * automake.in (handle_built_sources): Removed.
Tom Tromey [Tue, 19 Dec 2000 04:48:32 +0000 (04:48 +0000)]
* automake.in (handle_built_sources): Removed.
(handle_merge_targets): Handle BUILT_SOURCES.
* automake.texi (Sources): Updated documentation of
BUILT_SOURCES.

23 years ago * m4/protos.m4: Always do header checks.
Tom Tromey [Mon, 18 Dec 2000 01:12:17 +0000 (01:12 +0000)]
* m4/protos.m4: Always do header checks.

23 years ago * automake.in (handle_ltlibraries): Check for LDFLAGS variables
Tom Tromey [Mon, 18 Dec 2000 01:04:24 +0000 (01:04 +0000)]
* automake.in (handle_ltlibraries): Check for LDFLAGS variables
before using values.

23 years ago * automake.in (handle_ltlibraries): Allow _LDFLAGS to be
Tom Tromey [Sun, 17 Dec 2000 21:33:24 +0000 (21:33 +0000)]
* automake.in (handle_ltlibraries): Allow _LDFLAGS to be
conditionally defined.  Fixes PR automake/77 and ldflags.test.

23 years ago * Makefile.am (XFAIL_TESTS): Don't mention ldflags.test.
Tom Tromey [Sun, 17 Dec 2000 21:32:57 +0000 (21:32 +0000)]
* Makefile.am (XFAIL_TESTS): Don't mention ldflags.test.

23 years agoTypo fix; thanks Jim
Tom Tromey [Sun, 26 Nov 2000 22:11:20 +0000 (22:11 +0000)]
Typo fix; thanks Jim

23 years ago * automake.in (file_contents_with_transform): Added file name and
Tom Tromey [Sun, 26 Nov 2000 01:39:48 +0000 (01:39 +0000)]
* automake.in (file_contents_with_transform): Added file name and
line number to error report.
(MACRO_PATTERH, BOGUS_MACRO_PATTERN): Leading spaces are ok.

23 years ago * space.test: New file.
Tom Tromey [Sun, 26 Nov 2000 01:37:30 +0000 (01:37 +0000)]
* space.test: New file.
* Makefile.am (TESTS): Added space.test.

23 years ago* m4/regex.m4 (AM_WITH_REGEX): This macro was broken because
Pavel Roskin [Fri, 24 Nov 2000 02:25:12 +0000 (02:25 +0000)]
* m4/regex.m4 (AM_WITH_REGEX): This macro was broken because
of M4 underquoting.
* m4/ccstdc.m4 (AC_PROG_CC_STDC): Added some M4 quotes.
* m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise.
* m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
* m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
* m4/multi.m4 (AM_WITH_DMALLOC): Likewise.
* m4/python.m4 (AM_PATH_PYTHON): Likewise.
* m4/strtod.m4 (AM_FUNC_STRTOD): Likewise.

23 years ago* pr87.test: Prevent automake from looking into .. and ../..
Pavel Roskin [Fri, 24 Nov 2000 01:05:13 +0000 (01:05 +0000)]
* pr87.test: Prevent automake from looking into .. and ../..
by using AC_CONFIG_AUX_DIR(.) in configure.in.

23 years ago * automake.in (require_file_internal): Pass $file as second
Tom Tromey [Thu, 23 Nov 2000 21:42:38 +0000 (21:42 +0000)]
* automake.in (require_file_internal): Pass $file as second
argument to maybe_push_required_file.  Fixes PR automake/87.

23 years ago * pr87.test: New file. From PR automake/87.
Tom Tromey [Thu, 23 Nov 2000 21:42:14 +0000 (21:42 +0000)]
* pr87.test: New file.  From PR automake/87.
* Makefile.am (TESTS): Added pr87.test.

23 years ago * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
Tom Tromey [Sat, 18 Nov 2000 23:58:24 +0000 (23:58 +0000)]
* m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
/dev/null.  From Paul Martinolich.

23 years ago* aclocal.in (write_aclocal): Set ``binmode'' after file has been
Akim Demaille [Thu, 16 Nov 2000 11:07:36 +0000 (11:07 +0000)]
* aclocal.in (write_aclocal): Set ``binmode'' after file has been
opened, otherwise it has no effect.

23 years ago* aclocal.in (write_aclocal): Don't write aclocal.m4 with
Akim Demaille [Mon, 23 Oct 2000 18:58:33 +0000 (18:58 +0000)]
* 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.

23 years ago* automake.in (handle_merge_targets): Allow parallel install
Akim Demaille [Thu, 19 Oct 2000 09:27:23 +0000 (09:27 +0000)]
* automake.in (handle_merge_targets): Allow parallel install
with forced relink.

23 years ago* subdir4.test (depcomp): Don't create it, defs does.
Akim Demaille [Thu, 19 Oct 2000 08:19:58 +0000 (08:19 +0000)]
* subdir4.test (depcomp): Don't create it, defs does.

23 years ago* aclocali1.test: New file - test for circular dependencies for aclocal.m4.
Pavel Roskin [Wed, 18 Oct 2000 21:49:37 +0000 (21:49 +0000)]
* aclocali1.test: New file - test for circular dependencies for aclocal.m4.

23 years ago* Makefile.am (TESTS): Added aclocali1.test.
Pavel Roskin [Wed, 18 Oct 2000 03:27:43 +0000 (03:27 +0000)]
* Makefile.am (TESTS): Added aclocali1.test.
* aclocali1.test: New file.

23 years ago* automake.in (handle_aclocal_m4): exclude aclocal.m4 and
Pavel Roskin [Wed, 18 Oct 2000 03:26:55 +0000 (03:26 +0000)]
* automake.in (handle_aclocal_m4): exclude aclocal.m4 and
acinclude.m4 from the dependencies of aclocal.m4 to avoid
circular and duplicated dependencies. Strip "./" from the
dependencies.

23 years ago* aclocal.in (write_aclocal): Set up aclocal.m4 header with
Akim Demaille [Tue, 17 Oct 2000 09:36:59 +0000 (09:36 +0000)]
* aclocal.in (write_aclocal): Set up aclocal.m4 header with
normal comments (#) instead of m4 dnl-type comments.

23 years agoChange leading white spaces into tabs.
Akim Demaille [Tue, 17 Oct 2000 08:37:26 +0000 (08:37 +0000)]
Change leading white spaces into tabs.

23 years ago* depcomp: Altered sed clause to strip of inclusion depth
Akim Demaille [Tue, 17 Oct 2000 08:29:44 +0000 (08:29 +0000)]
* depcomp: Altered sed clause to strip of inclusion depth

23 years agoTypos.
Akim Demaille [Tue, 17 Oct 2000 07:47:04 +0000 (07:47 +0000)]
Typos.

23 years ago* depcomp (msvisualcpp): New dependency tracking mode, for
Akim Demaille [Mon, 16 Oct 2000 19:34:57 +0000 (19:34 +0000)]
* depcomp (msvisualcpp): New dependency tracking mode, for
Microsoft Visual C++.

23 years ago* depcomp: Fix a bug in SGI dependency tracking mode with source
Akim Demaille [Mon, 16 Oct 2000 19:21:04 +0000 (19:21 +0000)]
* depcomp: Fix a bug in SGI dependency tracking mode with source
files which do not contain any dependencies to other source files.

23 years ago* aclocal.in, aclocal.m4: Standardize FSF Copyright statements.
Akim Demaille [Mon, 16 Oct 2000 09:01:34 +0000 (09:01 +0000)]
* 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.

23 years ago* automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
Pavel Roskin [Tue, 10 Oct 2000 01:03:42 +0000 (01:03 +0000)]
* automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
defined use it as the list of M4 files aclocal.m4 depends on.

23 years agoAdded more entries to ignore results of normal activity in the
Pavel Roskin [Tue, 10 Oct 2000 00:39:34 +0000 (00:39 +0000)]
Added more entries to ignore results of normal activity in the
CVS working directory.

23 years ago* m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
Pavel Roskin [Tue, 10 Oct 2000 00:18:52 +0000 (00:18 +0000)]
* m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
assignments changing $? - it's broken in ash-0.2.
* m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.

23 years ago* aclocal.in (add_file): Strip comments while scanning for
Pavel Roskin [Fri, 6 Oct 2000 22:49:14 +0000 (22:49 +0000)]
* aclocal.in (add_file): Strip comments while scanning for
macro dependencies.

23 years ago2000-09-15 Alexandre Duret-Lutz <duret_g@epita.fr>
Tom Tromey [Fri, 15 Sep 2000 20:09:55 +0000 (20:09 +0000)]
2000-09-15  Alexandre Duret-Lutz  <duret_g@epita.fr>

* automake.in (initialize_global_constants): End the
result of dist-bzip2 with tar.bz2, not bz2.

23 years ago Fix for PR automake/72:
Tom Tromey [Wed, 30 Aug 2000 17:54:33 +0000 (17:54 +0000)]
Fix for PR automake/72:
* automake.in (initialize_per_input): Define `need_link'.
(finish_languages): Use need_link.
(handle_source_transform): Set need_link if required.

23 years ago * Makefile.am (XFAIL_TESTS): Removed pr72.test.
Tom Tromey [Wed, 30 Aug 2000 17:53:31 +0000 (17:53 +0000)]
* Makefile.am (XFAIL_TESTS): Removed pr72.test.

23 years ago For PR automake/72:
Tom Tromey [Wed, 30 Aug 2000 16:51:53 +0000 (16:51 +0000)]
For PR automake/72:
* Makefile.am (TESTS): Added pr72.test.
(XFAIL_TESTS): Likewise.
* pr72.test: New file.

23 years ago * Makefile.am (XFAIL_TESTS): Added ldflags.test.
Tom Tromey [Tue, 29 Aug 2000 01:26:45 +0000 (01:26 +0000)]
* Makefile.am (XFAIL_TESTS): Added ldflags.test.

23 years ago * automake.in (yacc, yaccxx, lex, lexxx): Set `derived-autodep'
Tom Tromey [Mon, 28 Aug 2000 23:33:28 +0000 (23:33 +0000)]
* automake.in (yacc, yaccxx, lex, lexxx): Set `derived-autodep'
key.
(register_language): Default the `derived-autodep' option.
(handle_single_transform_list): Add to %dep_files if language has
`derived-autodep' set.  Re-fixes lex4.test.

23 years ago * automake.in (handle_single_transform_list): Only add to
Tom Tromey [Sun, 27 Aug 2000 23:42:18 +0000 (23:42 +0000)]
* automake.in (handle_single_transform_list): Only add to
%dep_files if language is found and supports automatic dependency
tracking.  Fixes PR automake/75.

23 years ago For PR automake/75:
Tom Tromey [Sun, 27 Aug 2000 23:37:45 +0000 (23:37 +0000)]
For PR automake/75:
* Makefile.am (TESTS): Added fortdep.test.
* fortdep.test: New file.

23 years ago * automake.in (am_primary_prefixes): Don't set `valid' for
Tom Tromey [Sun, 27 Aug 2000 20:13:19 +0000 (20:13 +0000)]
* automake.in (am_primary_prefixes): Don't set `valid' for
configure variables that don't satisfy the other constraints.
Fixes PR automake/68.

23 years ago For PR automake/68:
Tom Tromey [Sun, 27 Aug 2000 18:16:48 +0000 (18:16 +0000)]
For PR automake/68:
* Makefile.am (TESTS): Added header.test.
* header.test: New file.

23 years ago2000-04-14 Victor V. Vengerov <vvv@oktet.ru>
Tom Tromey [Sat, 26 Aug 2000 20:52:56 +0000 (20:52 +0000)]
2000-04-14  Victor V. Vengerov <vvv@oktet.ru>

Fix for PR automake/67.
* automake.in (handle_multilib): remove .am suffix in fragment
name passed to file_contents.
* m4/multi.m4: Add missing ')' in AC_ARG_ENABLE invocation.
Remove external quotes in first arg of AC_OUTPUT_COMMANDS.
Remove unnecessary "rel-to-top-srcdir" before config-ml.in.

23 years ago * subdirs.am (maintainer-clean-recursive): Always run clean rules
Tom Tromey [Sat, 26 Aug 2000 20:37:13 +0000 (20:37 +0000)]
* subdirs.am (maintainer-clean-recursive): Always run clean rules
in `.' after all subdirs.  Fixes PR automake/3 and PR automake/24.

23 years ago * automake.in (handle_man_pages): Generate install targets for man
Tom Tromey [Sat, 26 Aug 2000 20:28:37 +0000 (20:28 +0000)]
* automake.in (handle_man_pages): Generate install targets for man
even if man_MANS not defined.  From `danpb'.  Fixes PR automake/73.

23 years ago For PR automake/73:
Tom Tromey [Sat, 26 Aug 2000 20:27:16 +0000 (20:27 +0000)]
For PR automake/73:
* Makefile.am (TESTS): Added instman2.test.
* instman2.test: New file.

23 years ago * m4/depend.m4 (depcpp): Use `-o conftest.o'.
Tom Tromey [Sat, 26 Aug 2000 20:20:50 +0000 (20:20 +0000)]
* m4/depend.m4 (depcpp): Use `-o conftest.o'.
Fix for PR automake/74.  From js pendry.

23 years ago For PR automake/77:
Tom Tromey [Sat, 26 Aug 2000 20:13:29 +0000 (20:13 +0000)]
For PR automake/77:
* Makefile.am (TESTS): Added ldflags.test.
* ldflags.test: New file.

23 years ago2000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
Tom Tromey [Sun, 20 Aug 2000 15:58:45 +0000 (15:58 +0000)]
2000-08-20  Eli Zaretskii  <eliz@is.elta.co.il>

* depcomp (gcc): Support DOS-style absolute file names with drive
letters.

23 years ago.
Jim Meyering [Sun, 6 Aug 2000 13:34:12 +0000 (13:34 +0000)]
.

23 years ago(handle_dependencies): Set $require_file_found{'depcomp'}
Jim Meyering [Sun, 6 Aug 2000 13:34:09 +0000 (13:34 +0000)]
(handle_dependencies): Set $require_file_found{'depcomp'}
if the depcomp file exists, before calling require_config_file on
`depcomp'.  This makes require_file_internal skip its buggy existence
test that would make automake fail (with `required file `lib/depcomp'
not found') when AC_CONFIG_AUX_DIR is not set.

This change change does not fix the existing bug where, if `depcomp'
is not present in the build directory (at the top level), automake
still gives the inaccurate diagnostic about *lib*/depcomp rather
than ./depcomp.

23 years ago.
Jim Meyering [Sun, 6 Aug 2000 13:25:55 +0000 (13:25 +0000)]
.

23 years agoregenerated using current automake
Jim Meyering [Sun, 6 Aug 2000 13:25:34 +0000 (13:25 +0000)]
regenerated using current automake

23 years ago(TESTS): Add subdir4.test.
Jim Meyering [Sun, 6 Aug 2000 13:20:32 +0000 (13:20 +0000)]
(TESTS): Add subdir4.test.

23 years agoNew test for the just-fixed depcomp failure.
Jim Meyering [Sun, 6 Aug 2000 13:19:58 +0000 (13:19 +0000)]
New test for the just-fixed depcomp failure.

23 years ago.
Jim Meyering [Sun, 6 Aug 2000 12:37:05 +0000 (12:37 +0000)]
.

23 years ago(AM_CONFIG_HEADER): Fix typo in last change:
Jim Meyering [Sun, 6 Aug 2000 12:36:53 +0000 (12:36 +0000)]
(AM_CONFIG_HEADER): Fix typo in last change:
add missing closing bracket and closing parenthesis.
Don't quote the first argument to AC_OUTPUT_COMMANDS.
Backslash-escape the backquotes and `$' in `am_indx'-incrementing stmt.

24 years ago Idea from Nicolas Thiery:
Tom Tromey [Fri, 4 Aug 2000 17:32:33 +0000 (17:32 +0000)]
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.

24 years ago* m4: Quote properly the name of the macros being defined.
Akim Demaille [Wed, 2 Aug 2000 08:59:15 +0000 (08:59 +0000)]
* m4: Quote properly the name of the macros being defined.
Use `#' instead of `dnl' where appropriate.
* m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just
quote.
Don't quote passive characters.
Pull the AC_PREREQ outside the macro.
* m4/init.m4: Pull the AC_PREREQ outside the macro.

24 years ago * lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR).
Tom Tromey [Fri, 28 Jul 2000 17:11:10 +0000 (17:11 +0000)]
* lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR).
From Bruno Haible.

24 years ago2000-07-13 Kevin Ryde <user42@zip.com.au>
Tom Tromey [Fri, 14 Jul 2000 01:09:40 +0000 (01:09 +0000)]
2000-07-13  Kevin Ryde <user42@zip.com.au>

* automake.in (am_install_var): Apply the $(EXEEXT) hack to
EXTRA_PROGRAMS as well as other _PROGRAMS.

24 years ago*** empty log message ***
Jim Meyering [Sun, 2 Jul 2000 21:55:44 +0000 (21:55 +0000)]
*** empty log message ***

24 years ago(scan_one_configure_file): Recognize AC_LIBOBJ.
Jim Meyering [Sun, 2 Jul 2000 21:55:20 +0000 (21:55 +0000)]
(scan_one_configure_file): Recognize AC_LIBOBJ.

24 years ago2000-06-19 Paolo Bonzini <bonzini@gnu.org>
Tom Tromey [Mon, 19 Jun 2000 22:30:34 +0000 (22:30 +0000)]
2000-06-19  Paolo Bonzini    <bonzini@gnu.org>

* texi-vers.am: define UPDATED-MONTH variable (for an example, see
GNU make's manual)

24 years agoUpdated COPYING
Tom Tromey [Mon, 19 Jun 2000 21:40:45 +0000 (21:40 +0000)]
Updated COPYING

24 years agos/dependancy/dependency/.
Akim Demaille [Mon, 19 Jun 2000 17:29:15 +0000 (17:29 +0000)]
s/dependancy/dependency/.

24 years ago2000-06-02 Morten Eriksen <mortene@sim.no>
Tom Tromey [Fri, 2 Jun 2000 23:27:02 +0000 (23:27 +0000)]
2000-06-02  Morten Eriksen  <mortene@sim.no>

        * depcomp: workaround for problem with SGI IRIX sed (it can only
        handle lines of up to 8192 characters, the rest of the line will
        be mangled).

24 years ago2000-05-31 Morten Eriksen <mortene@sim.no>
Tom Tromey [Fri, 2 Jun 2000 23:23:53 +0000 (23:23 +0000)]
2000-05-31  Morten Eriksen  <mortene@sim.no>

        * depcomp: tell SGI MIPSpro compilers to generate dependencies
        through the pre-processor (only CVS libtool has the -Wc option
        yet).

24 years ago* missing: Add support for `help2man'.
Akim Demaille [Mon, 15 May 2000 16:43:40 +0000 (16:43 +0000)]
* missing: Add support for `help2man'.

24 years ago * automake.in (handle_tests): Work correctly if TESTS is empty;
Tom Tromey [Fri, 12 May 2000 00:02:29 +0000 (00:02 +0000)]
* automake.in (handle_tests): Work correctly if TESTS is empty;
print nothing if it is.  From Kevin Ryde.

24 years ago * automake.texi (Texinfo): Mention vers*.texi.
Tom Tromey [Tue, 9 May 2000 02:01:07 +0000 (02:01 +0000)]
* automake.texi (Texinfo): Mention vers*.texi.

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 08:57:08 +0000 (08:57 +0000)]
*** empty log message ***

24 years ago2000-05-04 Akim Demaille <akim@epita.fr>
Jim Meyering [Fri, 5 May 2000 08:56:36 +0000 (08:56 +0000)]
2000-05-04  Akim Demaille  <akim@epita.fr>

AM_INIT_AUTOMAKE is no longer optional, so don't look for
`VERSION=' and `PACKAGE='.
* automake.in (seen_package, seen_version): Remove initializations of
unnecessary variables.
(scan_one_configure_file): Don't set them.
(scan_configure): Don't use them.

24 years ago2000-05-01 Pavel Roskin <pavel_roskin@geocities.com>
Tom Tromey [Mon, 1 May 2000 21:03:23 +0000 (21:03 +0000)]
2000-05-01  Pavel Roskin  <pavel_roskin@geocities.com>

* install2.test: Prevent automake from looking into .. and ../..
by using AC_CONFIG_AUX_DIR(.) in configure.in
* pr19.test: Likewise
* subobj3.test: Likewise

24 years ago*** empty log message ***
Jim Meyering [Mon, 1 May 2000 10:58:53 +0000 (10:58 +0000)]
*** empty log message ***

24 years agoFrom Akim Demaille <akim@epita.fr>
Jim Meyering [Mon, 1 May 2000 10:57:08 +0000 (10:57 +0000)]
From Akim Demaille  <akim@epita.fr>

* m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it.
(AM_INIT_AUTOMAKE): Update the writing conventions.
Quote the arguments properly.
Add a few missing `dnl'.
Use AC_PROVIDE_IFELSE.

24 years ago.
Jim Meyering [Wed, 26 Apr 2000 12:16:48 +0000 (12:16 +0000)]
.

24 years ago(scan_one_configure_file): Handle the AC_CONFIG_FILES
Jim Meyering [Wed, 26 Apr 2000 12:16:24 +0000 (12:16 +0000)]
(scan_one_configure_file): Handle the AC_CONFIG_FILES
macro.  Based on a patch from Harlan Stenn.

24 years ago.
Jim Meyering [Sat, 15 Apr 2000 09:13:49 +0000 (09:13 +0000)]
.

24 years agoRemove unnecessary double quotes in assignments.
Jim Meyering [Sat, 15 Apr 2000 09:13:40 +0000 (09:13 +0000)]
Remove unnecessary double quotes in assignments.

24 years ago.
Jim Meyering [Sat, 15 Apr 2000 08:30:18 +0000 (08:30 +0000)]
.

24 years ago(scan_one_configure_file): Also recognize AC_CONFIG_HEADERS.
Jim Meyering [Sat, 15 Apr 2000 08:30:14 +0000 (08:30 +0000)]
(scan_one_configure_file): Also recognize AC_CONFIG_HEADERS.
Remove trailing blanks.

24 years ago * header-vars.am (DESTDIR): Commented out definition.
Tom Tromey [Wed, 5 Apr 2000 21:12:43 +0000 (21:12 +0000)]
* header-vars.am (DESTDIR): Commented out definition.

24 years ago * automake.in (require_file_internal): Pass --copy to libtoolize
Tom Tromey [Wed, 5 Apr 2000 20:55:48 +0000 (20:55 +0000)]
* automake.in (require_file_internal): Pass --copy to libtoolize
if automake was run with `--copy'.

24 years ago * automake.texi (Uniform): Fix definition of pkglibdir.
Tom Tromey [Thu, 23 Mar 2000 05:15:47 +0000 (05:15 +0000)]
* automake.texi (Uniform): Fix definition of pkglibdir.
From thi <ttn@revel.glug.org>.

24 years ago * aclocal.in (parse_arguments): Copyright 2000.
Tom Tromey [Mon, 20 Mar 2000 00:12:59 +0000 (00:12 +0000)]
* aclocal.in (parse_arguments): Copyright 2000.
(write_aclocal): Likewise.
* automake.in (parse_arguments): Copyright 2000.
(initialize_global_constants): Likewise.

24 years ago * automake.in (generate_makefile): Call handle_dist after
Tom Tromey [Mon, 20 Mar 2000 00:04:23 +0000 (00:04 +0000)]
* automake.in (generate_makefile): Call handle_dist after
handle_dependencies and handle_tests.  Fixes subobj3.test and
pr19.test regressions.

24 years ago * depend2.am (@EXT@.o): Look for the source file in srcdir as well
Tom Tromey [Sun, 19 Mar 2000 23:43:57 +0000 (23:43 +0000)]
* depend2.am (@EXT@.o): Look for the source file in srcdir as well
as the current directory.
(@EXT@.lo): Likewise.

24 years ago * automake.in (handle_data): Pass -candist instead of
Tom Tromey [Sun, 19 Mar 2000 23:41:37 +0000 (23:41 +0000)]
* automake.in (handle_data): Pass -candist instead of
-defaultdist, for the compatibility.

24 years ago * libobj2.test: Put depcomp into subdir.
Tom Tromey [Sun, 19 Mar 2000 23:38:10 +0000 (23:38 +0000)]
* libobj2.test: Put depcomp into subdir.
* confsub.test: Put depcomp into subdir.
* defs: Always copy `depcomp'.

24 years ago Fix for test nodepcomp.test:
Tom Tromey [Sun, 19 Mar 2000 23:33:42 +0000 (23:33 +0000)]
Fix for test nodepcomp.test:
* automake.in (require_file_internal): Use readlink on symlinks.
Only unlink file if we are going to try to add it again.
(handle_dependencies): Require `depcomp' here.
(scan_configure): Don't require `depcomp'.

24 years ago * defs: Correctly create `depcomp'.
Tom Tromey [Sun, 19 Mar 2000 23:32:55 +0000 (23:32 +0000)]
* defs: Correctly create `depcomp'.
* nodepcomp.test: Remove depcomp.

24 years ago Fix for test nodepcomp.test:
Tom Tromey [Sun, 19 Mar 2000 23:13:16 +0000 (23:13 +0000)]
Fix for test nodepcomp.test:
* automake.in (handle_dependencies): Require `depcomp' here.
(scan_configure): Don't require `depcomp'.

This page took 0.059331 seconds and 5 git commands to generate.