This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: automake updates (was Re: ok, new libtool for cygwin updates)


"edward" <tailbert@yahoo.com> writes:

>     prior to this patch, automake would not generate rules for
> foo_SOURCES -> foo_OBJECTS etc. now it does, and the conditionals determine
> which get executed

I have plenty of patches in the queue that address things related to
this issue :(


>     1) autodep isn't initialized correctly for C in automake.in
> 
> --- automake.in.orig Sat Mar 10 20:45:03 2001
> +++ automake.in Sat Mar 10 20:47:12 2001
> @@ -757,7 +757,7 @@
>  ################################################################
> 
>  # Initialize our list of languages that are internally supported.
> -&register_language ('c', 'ansi-p=1', 'autodep=', 'flags=CFLAGS',
> +&register_language ('c', 'ansi-p=1', 'autodep=no', 'flags=CFLAGS',
>        'compile=$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
> $(AM_CFLAGS) $(CFLAGS)',
>        'compiler-name=COMPILE',
>        'output-arg=-c',

You should probably send it as an individual patch, and with a
ChangeLog entry.

>     2) the install target in progs.am isn't fully cygwin aware.
> specifically, /usr/bin/install is picky about the usage of .exe in the
> following: /usr/bin/install -c SRC DST
> 
>     if SRC and DST is really SRC.exe and DST.exe, then it's ok
>     if SRC and DST *neither* have .exe, then it's ok
>     if SRC xor DST have .exe then it's bad bad bad.

Actually, this is precious data.  Could you augment your patch with
comments and a ChangeLog?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]