Re: Producing MS Developer Studio Project files

2000-02-15 Thread Paul F. Kunz
> On Tue, 15 Feb 2000 10:45:56 -0800, "Paul F. Kunz" <[EMAIL PROTECTED]> >said: >I'm making the sources for my MS Dev Studio project file > generator available via ftp. It's at > > ftp://ftp.slac.stanford.edu/users/pfkeb/automake/am2msdev-0.2.tar.gz That should be ftp://ftp.slac.st

Problem with defining a new automake target (perhaps a general make question)

2000-02-15 Thread Andrew S. Townley
Hi. I have been trying to add support for our ESQL/C preprocessor to an Automake makefile, but I'm having trouble with a couple of different things. 1st, we're doing the primary work on this internal project under linux, so I stole the dependency stuff from the Makefile.in (probably a bad idea)

Re: Producing MS Developer Studio Project files

2000-02-15 Thread Paul F. Kunz
My little program that creates MS Dev Studio project files can now handle source code in subdirectories via the noninst_LIBRARIES and xxx_LIBADD mechanisms. I'm making the sources for my MS Dev Studio project file generator available via ftp. It's at ftp://ftp.slac.stanford.edu/users/p

AC_PROG_CC

2000-02-15 Thread Johan Rydberg
Hi! Last night I retrived the current versions of automake and autoconf. Now, running autoconf on my configure.in cases it to complain about the following line: AC_PROG_CC ... It says that I should run autoupdate (which I have done) to corrent this, but nothing happens. autoupdate doesn't upd