Re: setting -DDEBUG

2001-03-01 Thread Dean Hoover
Thanks, that works great... Bernard Dautrevaux wrote: -Original Message- From: Dean Hoover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 11:34 PM To: GNU Autotools Subject: setting -DDEBUG Thanks for the response on the debug target question. I did like

95-ltxform.patch

2001-03-01 Thread Akim Demaille
Index: ChangeLog from Akim Demaille [EMAIL PROTECTED] * automake.in (file_contents): Transform LIBTOOL. (am_install_var): Remove $ltxform. * ltlib.am, progs.am: Adjust. Index: automake.in --- automake.in Thu, 01 Mar 2001 22:30:57 +0100 akim

96-cygxform.patch

2001-03-01 Thread Akim Demaille
Yes, it is really unused. I checked too in 1.4, and it's the same: it was still @EXEEXT@ at that time, and: ~/src/am % fgrep @EXEEXT@ /usr/share/automake/*.am 23:02 remo /usr/share/automake/program.am:@PROGRAM@@EXEEXT@: $(@XPROGRAM@_OBJECTS) $(@XPROGRAM@_DEPENDENCIES)

97-factored-texis.patch

2001-03-01 Thread Akim Demaille
Index: ChangeLog from Akim Demaille [EMAIL PROTECTED] * automake.in (%required_targets, %dependencies): Add dvi, info, dvi-am, info-am. (@info, @dvi): Remove. (handle_texinfo, handle_merge_targets): Adjust. (handle_factored_dependencies): Required targets

98-factored-install-info.patch

2001-03-01 Thread Akim Demaille
It was bizarre to support install-info, but not uninstall-info. In addition, install-info, being non regular, was taking risks, such as not working properly in the case of recursives directories (not that it actually really matters), and was indeed broken in this respect. I still have the

93-configure-am.patch

2001-03-01 Thread Akim Demaille
Index: ChangeLog from Akim Demaille [EMAIL PROTECTED] * configure.am: New file. * automake.in (file_contents): Transform CONFIGURE-AC. (handle_texinfo, handle_configure): Don't transform CONFIGURE_AM. (handle_configure): Use `configure.am'. *

99-merge-all.patch

2001-03-01 Thread Akim Demaille
Index: ChangeLog from Akim Demaille [EMAIL PROTECTED] * automake.in (do_one_merge_target): Remove, was only called from... (handle_merge_targets): here for `all'. Adjust. Index: automake.in --- automake.in Fri, 02 Mar 2001 00:21:13 +0100 akim (am/f/39_automake.i 1.106

Re: yaccvpath.test

2001-03-01 Thread Alexandre Oliva
On Feb 28, 2001, "Derek R. Price" [EMAIL PROTECTED] wrote: CVS uses a single second sleep to guarentee timestamps change cross-platform IIRC, FAT filesystems can only store even second numbers. So, in order to be 100% safe, you'd need to sleep for 2 seconds, but a 1-second sleep should be ok