STyx wrote:
> [EMAIL PROTECTED] /cygdrive/d/ST/dev/mysql/mysql-4.1
> $ aclocal
> aclocal: configure.in: 539: macro `AM_PROG_AS' not found in library
>
> [EMAIL PROTECTED] /cygdrive/d/ST/dev/mysql/mysql-4.1
> $ aclocal --version
> aclocal (GNU automake) 1.4-p6
Cygwin uses wrapper scripts for aut
[EMAIL PROTECTED] /cygdrive/d/ST/dev/mysql/mysql-4.1
$ aclocal
aclocal: configure.in: 539: macro `AM_PROG_AS' not found in library
[EMAIL PROTECTED] /cygdrive/d/ST/dev/mysql/mysql-4.1
$ aclocal --version
aclocal (GNU automake) 1.4-p6
As you can see, I use the lastest version of cygwin.
So what c
Alexandre Duret-Lutz wrote:
"Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes:
>> libopts tear off. The problem is that EXTRA_DIST in the Makefile.am
>> includes the directory 'autoopts' which I think it confuses into
>> beliving it should build a binary of the same name using autoopts.c
>>
>
>>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes:
>> libopts tear off. The problem is that EXTRA_DIST in the Makefile.am
>> includes the directory 'autoopts' which I think it confuses into
>> beliving it should build a binary of the same name using autoopts.c
>>
>>
Bruce> Since there
I have code in some subdirectories, say src/{bottom,middle,top}, which
when compiled yields libraries that I want copied up to the top-level
include/ and lib/ directories. Code in middle/ will reference headers
and libs from bottom/, code from top/ will reference headers and libs
from middle/ a