Re: Automake 1.4h

2001-07-03 Thread OKUJI Yoshinori
6:13:11 2001 @@ -1,3 +1,9 @@ +2001-07-04 OKUJI Yoshinori <[EMAIL PROTECTED]> + + * automake.in (scan_texinfo_file): Add the second argument to + `@syncodeindex' into @CLEAN_SUFFIXES, because the combined index + itself may not be used directly. + 2001-07-03

an ad hoc patch for Automake

2000-06-19 Thread OKUJI Yoshinori
for-grub.tar.gz>. Okuji Index: ChangeLog === RCS file: /cvs/automake/automake/ChangeLog,v retrieving revision 1.872 diff -u -r1.872 ChangeLog --- ChangeLog 2000/06/02 23:27:02 1.872 +++ ChangeLog 2000/06/19 11:23:15 @@ -1,3

the default aux dir

2000-06-16 Thread OKUJI Yoshinori
Hello, As I reported several weeks ago, the CVS version of Automake has a bug that it installs the scripts `depcomp' and `compile' into each $(srcdir)s instead of $(top_srcdir) when the aux dir is not defined explicitly. That is not still fixed, so I took a look at the code, to fix that mysel

Re: the appropriate location for depcomp

2000-03-27 Thread OKUJI Yoshinori
From: Akim Demaille <[EMAIL PROTECTED]> Subject: Re: the appropriate location for depcomp Date: 27 Mar 2000 10:16:49 +0200 > If you mean for *all* the files, I'm all for it. Amongst the various > choices, the best one is most probably the one which needs the > smallest amount of documentation, h

Re: the appropriate location for depcomp

2000-03-21 Thread OKUJI Yoshinori
From: Alex Hornby <[EMAIL PROTECTED]> Subject: Re: the appropriate location for depcomp Date: Mon, 20 Mar 2000 10:32:33 + (GMT) > I think they should be in AC_CONFIG_AUX_DIR(), that way the maintainer > can chose where they go. I meant which directory to be used if AC_CONFIG_AUX_DIR is _n

the appropriate location for depcomp

2000-03-20 Thread OKUJI Yoshinori
Automake requires some helper scripts such as `depcomp', but there is an inconsistency. The documentation tells me that they are put in the top directory or the source directory. However, while `depcomp' is required in the source directory by automake, the `Makefile.in's produced by automake req

Re: Why does Makefile depend on BUILT_SOURCES?

2000-03-16 Thread OKUJI Yoshinori
From: Tom Tromey <[EMAIL PROTECTED]> Subject: Re: Why does Makefile depend on BUILT_SOURCES? Date: Wed, 15 Mar 2000 21:33:06 -0800 (PST) > Only a historical one. In the old days we computed dependencies > early, so we had to make sure that built sources were built before the > dependency-generat

Why does Makefile depend on BUILT_SOURCES?

2000-03-15 Thread OKUJI Yoshinori
I'm now investigating why the latest CVS version of Automake doesn't work with GRUB nicely. I've already sent some patches to bug-automake, but I encountered another problem; "make distclean" doesn't work. After looking into it by "make -d distclean", this turned out: 1. The target `distclea