Problem with building .info files?

2006-11-14 Thread Paul D. Smith
l the scripting of this rule seems dodgy in a number of ways... but maybe there's something special about makeinfo or whatever that mandates it? -- ----------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU

Re: Cover Texts in the automake documentation

2006-04-10 Thread Paul D. Smith
ts only exist in the printed forms of the manual (since the front and back covers referred to by the texts only exist in printed forms of the manual). However, I have no idea whether or not this is a mandatory requirement for all GNU packages with published manuals. -- --------

Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-10 Thread Paul D. Smith
s released and the time the version with the quoting enhancement is released. I'd really hate to have to tell people they couldn't use 3.81 with automake. I guess it would only impact users with "$" in filenames but still... And, of course, that syntax won't be po

Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-01 Thread Paul D. Smith
$<' foo$$bar: ; @echo 'building $@' -- ----------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "

Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-01 Thread Paul D. Smith
other version of make, but this would definitely cause that not to be the case going forward. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: Error because README is missing

2004-11-29 Thread Paul D. Smith
7;re building a real distribution. * You need GNU make to build from CVS, but not to build a dist tarball. The problem is that the rule to build the README file is in the maintMakefile, not in the Makefile.am. As an experiment I moved it to Makefile.am and sure enough, my error went away. -- -

Re: automake -vs- huge projects

2003-12-18 Thread Paul D. Smith
special-case situations such as the one that started this thread). -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: automake -vs- huge projects

2003-12-18 Thread Paul D. Smith
utomake as nothing more than a suite of GNU make macros and functions. I doubt there would be any need for code changes to GNU make at all. -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make

Re: automake -vs- huge projects

2003-12-17 Thread Paul D. Smith
make-centric features. I think there are several versions of make that support pattern rules. -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org

Re: automake -vs- huge projects

2003-12-16 Thread Paul D. Smith
Not if you want to continue to generate portable makefiles. There is no way in POSIX make (for example) to generate a target in a subdirectory using a suffix rule. -- ----------- Paul D. Smith <[EMAIL PROTECTED]> Fi

Re: automake 1.7d feedback

2003-11-24 Thread Paul D. Smith
separate the prerequisite definition from the command script definition. -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: Help - I'm going mad!!! /bin/bash: --gnu: command not found

2003-09-08 Thread Paul D. Smith
's about all I can tell you at this point, but you can stop going mad about this particular message now, at least! :) -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: GNU ftp crack and config.{sub,guess}

2003-09-05 Thread Paul D. Smith
%% Russell Shaw <[EMAIL PROTECTED]> writes: rs> Paul D. Smith wrote: >> I'm still waiting for _ANY_ kind of response here. >> Doesn't anyone know or care about config.guess or config.sub anymore? rs> From automake manual: rs> config.guess

Re: config.sub, config.guess, and the GNU FTP site

2003-09-05 Thread Paul D. Smith
contains these files in CVS. In fact, I can find it there now that I know about it :). -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http:

Re: GNU ftp crack and config.{sub,guess}

2003-09-04 Thread Paul D. Smith
ow anything about this? p> Or, does anyone on the autoconf list know how we'd go about getting the p> proper versions loaded onto ftp.gnu.org again? -- --- Paul D. Smith <[EMAIL PROTECTED]> F

Removing MAKE = make setting

2003-07-10 Thread Paul D. Smith
this anyone can think of? Thanks! -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I

Re: proposal to fork the build-tools projects

2002-10-24 Thread Paul D. Smith
ld required by other comparison methods such as signatures. There are lots of "database" issues to examine there. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Problems with ansi2knr

2002-10-14 Thread Paul D. Smith
the plain c instead of the ...$U.c. Help? -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Automake vs. autoheader: config.h.in

2002-04-24 Thread Paul D. Smith
cit extra dist files? -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: Two issues with automake

2002-04-22 Thread Paul D. Smith
y. Anyway, I changed this to the safer but less aesthetically pleasing: if test -f somefile.in; then AC_CONFIG_FILES(somefile) fi and things seem to work fine. -- ----------- Paul D. Smith <[EMAIL PROTECTED]>

Re: Substituting during maintainer package builds

2002-04-20 Thread Paul D. Smith
%% Paul Eggert <[EMAIL PROTECTED]> writes: >> From: "Paul D. Smith" <[EMAIL PROTECTED]> >> Date: 20 Apr 2002 23:03:52 -0400 >> >> the autoconf scripts are constantly pissed at me because I don't >> have a README file when I invo

Re: qeustion about make

2001-11-08 Thread Paul D. Smith
. So, if you want to change or the flags that are passed to the preprocessor, you would override that make variable on the command line, like this: $ make CPPFLAGS='-D MYOBJECT' -- ------- Paul D. Smith <[EMAIL

Re: Use of vpath to build objects in separate directories

2001-09-11 Thread Paul D. Smith
xecute the make from the source directory). This will still work, of course. -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: Misleading RCS behaviour

2001-06-10 Thread Paul D. Smith
%% Ben Elliston <[EMAIL PROTECTED]> writes: >>>>>> "Paul" == Paul D Smith <[EMAIL PROTECTED]> writes: Paul> If you need to have the files created in their VPATH-found location Paul> instead of in the local directly, use the GPATH variable to s

Re: Fwd: make: you guys are gawds

2001-05-09 Thread Paul D. Smith
that you must use GCC as your compiler, etc. etc. Just be happy _you_ don't need to worry about that extreme level of portability, and enjoy GNU make's advanced features :). -- --- Paul D. Smith <[EMAIL PR

Re: Is alpha.gnu.org down? [Fwd: GNU make 3.79.0.1 pretest released]

2000-06-16 Thread Paul D. Smith
f> ftp://alpha.gnu.org/gnu/make/make-3.79.0.1.tar.gz, which I have fsf> tested, and it does indeed work. Doh! My bad. Thanks for the correction. -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find

GNU make 3.79.0.1 pretest released

2000-06-14 Thread Paul D. Smith
/gnu/make/make-3.79.0.1.tar.gz md5sum is: f7a043c09e68cd329735a3ace3274ce2 make-3.79.0.1.tar.gz -- --- Paul D. Smith <[EMAIL PROTECTED]> Network Management Development "Please remain calm...I may

Re: Changing the name of the PACKAGE at configure time

2000-05-10 Thread Paul D. Smith
%% Tom Tromey <[EMAIL PROTECTED]> writes: tom> There are a few tools like this. GNU stow is one. There is at least tom> one other one whose name I forgot. I think you're thinking of depot. -- -----

Re: Changing the name of the PACKAGE at configure time

2000-05-10 Thread Paul D. Smith
nsus on specific ways to handle the various problems emerged. Fresh insight is always welcome :). -- ------- Paul D. Smith <[EMAIL PROTECTED]> Network Management Development &qu

Re: Changing the name of the PACKAGE at configure time

2000-05-10 Thread Paul D. Smith
ame-VERSION" instead of just "name" (for example). Of course, this may not always work for all packages, but... -- --- Paul D. Smith <[EMAIL PROTECTED]> Network Management Development "Please remain calm...I may be mad, bu

Need help with Windows port for GNU make (+ DOS pretesters)

2000-05-09 Thread Paul D. Smith
ort of GNU make, it would be great if we had a few more pretesters for this port, as well. Let me know if you'd like to become a pretester for GNU make. -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find so

GNU make 3.79 released

2000-04-05 Thread Paul D. Smith
u require a patch file please contact <[EMAIL PROTECTED]>. make-3.79.tar.gz is 959005 bytes MD5 checksum is: a59cc0e5792474f6809131650d2fff5a make-3.79.tar.gz Have fun! -- ------- Paul D. Smith <[EMAIL PRO

GNU make: new pretest 3.78.92 available.

2000-03-28 Thread Paul D. Smith
ke/make-3.78.92.tar.gz -- ------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.ultranet.com/~pauld/gmake/ "Please remain calm.