> 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
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)
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
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