Hello Francesco, > * lib/am/ltlib.am (install-%DIR%LTLIBRARIES) > (uninstall-%DIR%LTLIBRARIES): Use $(AM_LIBTOOLFLAGS) and > $(LIBTOOLFLAGS). > * lib/am/progs.am (install-%DIR%PROGRAMS) > (uninstall-%DIR%PROGRAMS): Likewise. > * tests/libtool7.test: Update test for `install' and > `uninstall' cases.
Applied. I added this NEWS entry and you to THANKS. Cheers, Ralf Index: NEWS =================================================================== RCS file: /cvs/automake/automake/NEWS,v retrieving revision 1.329 diff -u -r1.329 NEWS --- NEWS 16 Jul 2007 19:56:24 -0000 1.329 +++ NEWS 22 Jul 2007 08:41:21 -0000 @@ -6,6 +6,11 @@ (and new in Automake 1.10) is degraded to a warning. This helps in the common case where the Autoconf versions used are compatible. +* Change to Libtool support: + + - Libtool generic flags are now passed to the install and uninstall + modes as well. + * Languages changes: - subdir-object mode works now with Fortran (F77, FC, preprocessed