config_aux_dir not used.
(handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.
From Erez Zadok.
* texi-vers.am (maintainer-clean-@VTI@): Prefix file names with
$(srcdir). From Erez Zadok.
($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.
+1999-01-10 Tom Tromey <tromey@cygnus.com>
+
+ * automake.in (handle_texinfo): Set $conf_pat correctly when
+ config_aux_dir not used.
+ (handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.
+ From Erez Zadok.
+ * texi-vers.am (maintainer-clean-@VTI@): Prefix file names with
+ $(srcdir). From Erez Zadok.
+ ($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.
+
1999-01-08 Thomas Tanner <tanner@gmx.de>
* depend.am: remove the dependencies (.deps)
Dieter Baron dillo@stieltjes.smc.univie.ac.at
Doug Evans devans@cygnus.com
Eleftherios Gkioulekas lf@amath.washington.edu
+Erez Zadok ezk@cs.columbia.edu
Erick Branderhorst branderh@iaehv.nl
François Pinard pinard@iro.umontreal.ca
Fred Fish fnf@ninemoons.com
if ! $done;
++$done;
- local ($conf_pat);
- ($conf_pat = $config_aux_dir) =~ s/(\W)/\\$1/g;
+ local ($conf_pat, $conf_dir);
+ if ($config_aux_dir eq '.')
+ {
+ $conf_dir = '$(srcdir)/';
+ }
+ else
+ {
+ $conf_dir = $config_aux_dir;
+ }
+ ($conf_pat = $conf_dir) =~ s/(\W)/\\$1/g;
$output_rules .=
&file_contents_with_transform
('s/\@TEXI\@/' . $info_cursor . '/g; '
. "maintainer-clean-aminfo:\n\t"
# Eww. But how else can we find all the output
# files from makeinfo?
+ . ($cygnus_mode ? '' : 'cd $(srcdir) && ')
. 'for i in $(INFO_DEPS); do' . " \\\n"
. "\t" . ' rm -f $$i;' . " \\\n"
. "\t" . ' if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then' . " \\\n"
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## Depend on configure.in so that version number updates cause a
## rebuild.
$(srcdir)/stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in
- @echo "@set UPDATED `cd $(srcdir) \
- && $(SHELL) @MDDIR@/mdate-sh @TEXI@`" > @VTI@.tmp
+ @echo "@set UPDATED `$(SHELL) @MDDIR@/mdate-sh @TEXI@`" > @VTI@.tmp
@echo "@set EDITION $(VERSION)" >> @VTI@.tmp
@echo "@set VERSION $(VERSION)" >> @VTI@.tmp
## Use cp and rm here because some older "mv"s can't move across
distclean-@VTI@:
maintainer-clean-@VTI@:
- -@MAINTAINER_MODE_TRUE@rm -f stamp-@VTI@ @VTEXI@
+ -@MAINTAINER_MODE_TRUE@rm -f $(srcdir)/stamp-@VTI@ $(srcdir)/@VTEXI@
-@set UPDATED 6 January 1999
+@set UPDATED 10 January 1999
@set EDITION 1.3e
@set VERSION 1.3e
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## Depend on configure.in so that version number updates cause a
## rebuild.
$(srcdir)/stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in
- @echo "@set UPDATED `cd $(srcdir) \
- && $(SHELL) @MDDIR@/mdate-sh @TEXI@`" > @VTI@.tmp
+ @echo "@set UPDATED `$(SHELL) @MDDIR@/mdate-sh @TEXI@`" > @VTI@.tmp
@echo "@set EDITION $(VERSION)" >> @VTI@.tmp
@echo "@set VERSION $(VERSION)" >> @VTI@.tmp
## Use cp and rm here because some older "mv"s can't move across
distclean-@VTI@:
maintainer-clean-@VTI@:
- -@MAINTAINER_MODE_TRUE@rm -f stamp-@VTI@ @VTEXI@
+ -@MAINTAINER_MODE_TRUE@rm -f $(srcdir)/stamp-@VTI@ $(srcdir)/@VTEXI@
-@set UPDATED 6 January 1999
+@set UPDATED 10 January 1999
@set EDITION 1.3e
@set VERSION 1.3e