Re: ultrix and 'missing'?

2001-05-18 Thread Harlan Stenn
I'm duplicating the problem again with the latest CVS automake. I'll start digging after I catch some sleep. Just to post it: stenn@rackety> make cc -E -DHAVE_CONFIG_H -I. -I../../libntp -I.. -I../../include -I../../librsaref `if test -f ../../libntp/a_md5encrypt.c; then echo ../../libntp/a_

Re: pr19.test

2001-05-18 Thread Robert Collins
I went to retest this : I couldn't find pr19.test. pr9, yes, pr19, no. Is it still in HEAD? Rob - Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: "edward" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 3:52 PM

Re: Mac OS X

2001-05-18 Thread Paul F. Kunz
> On Thu, 17 May 2001 20:00:19 -0600, Tom Tromey <[EMAIL PROTECTED]> said: > "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes: Paul> So on a Mac OS X platform, I would want effiectively the Paul> following... Paul> cd hippo; make # compiles the Java cd jni; make # creates JNI Paul> heade

Re: MS Dev Studio

2001-05-18 Thread Paul F. Kunz
> On Thu, 17 May 2001 20:00:19 -0600, Tom Tromey <[EMAIL PROTECTED]> said: > "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes: Paul> For Windows users, I use my am2msdev tool to read Makefile.am Paul> files and generate MS Visual Studio project files. > How much of the automake syntax do

uninstall-info fails

2001-05-18 Thread Akim Demaille
On my Debian system, distcheck fails because of uninstall-info-am: here install-info is in /usr/sbin, which I don't have in my path. In other words, unless I'm root, there is no install-info. Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * lib/am/texinfos.am (install-info-

Re: ultrix and 'missing'?

2001-05-18 Thread Tom Tromey
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> I'm trying to install CVS automake now (from Harlan> subversions.gnu.org - is this copy different form the one at Harlan> sourceware.cygnus.com?). Yes. Don't use the subversions automake. Harlan> I have to upgrade perl first (5

Re: pr19.test

2001-05-18 Thread Tom Tromey
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> I went to retest this : I couldn't find pr19.test. pr9, yes, Robert> pr19, no. Is it still in HEAD? Try lex3.test. Tom

Re: Mac OS X

2001-05-18 Thread Tom Tromey
> "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes: >> SUBDIRS = hippo jni . Paul>Yes, but for Mac OS X, the target `all' should depend on Paul> target `budnle'. That's the part I don't know how to do, but Paul> then I haven't tried to figure it out either. What is a bundle target? Wh

Re: uninstall-info fails

2001-05-18 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * lib/am/texinfos.am (install-info-am, uninstall-info-am): Be robust Akim> to missing `install-info'. Please check this in. Thanks. Tom

Re: Mac OS X

2001-05-18 Thread Paul F. Kunz
> On Fri, 18 May 2001 09:29:56 -0600, Tom Tromey <[EMAIL PROTECTED]> said: > "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes: >>> SUBDIRS = hippo jni . Paul> Yes, but for Mac OS X, the target `all' should depend on target Paul> `budnle'. That's the part I don't know how to do, but then

Re: Mac OS X

2001-05-18 Thread Tom Tromey
> "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes: Paul> bundle: Paul> rm -rf */*.o Paul> c++ -bundle -I/System/Library/Frameworks/JavaVM.framework/Headers \ Paul> -I. -o libhippoplot.jnilib -framework JavaVM \ Paul> jni/*.cxx pattern/*.cxx reps/*.cxx src/*.cxx transforms/*.cxx \ Pa

maintainer-check

2001-05-18 Thread Tom Tromey
Akim -- creche. make maintainer-check perllibdir=../automake/lib /usr/bin/perl -c -w automake Name "Language::libdir" used only once: possible typo at automake line 35. automake syntax OK perllibdir=../automake/lib /usr/bin/perl -c -w aclocal aclocal syntax OK Could you f

Re: Mac OS X

2001-05-18 Thread Paul F. Kunz
> On Fri, 18 May 2001 11:34:28 -0600, Tom Tromey <[EMAIL PROTECTED]> said: > "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes: Paul> bundle: rm -rf */*.o c++ -bundle Paul> -I/System/Library/Frameworks/JavaVM.framework/Headers \ -I. -o Paul> libhippoplot.jnilib -framework JavaVM \ jni/*.c

Re: ultrix and 'missing'?

2001-05-18 Thread Harlan Stenn
Evil. Neither GNU make nor /bin/make "catch" the $(ANSI2KNR) dependency. However, if I move the lines: ANSI2KNR = ../util/ansi2knr ../util/ansi2knr: cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr from their current position in the Makefile (late, after the targets that refer to them)