I'm pleased to announce the release of Automake 1.9.5.
This is a bug-fix release, the list of bugs fixed is appended.
You can find the new release here:
ftp://ftp.gnu.org/gnu/automake/automake-1.9.5.tar.gz
ftp://ftp.gnu.org/gnu/automake/automake-1.9.5.tar.gz.sig
ftp://ftp.gnu.org/gnu
Bill Moseley wrote:
and then configure outputs Makefile with substitutions:
libexecdir = ${exec_prefix}/lib/${PACKAGE}
Why doesn't it output this?
libexecdir = /usr/local/lib/foopackage
Is that because DISTDIR could be set at make install?
Yes. It's a GNU standard requirement, and it's a FAQ
Am Samstag, 12. Februar 2005 10:16 schrieb Alexandre Duret-Lutz:
Hello,
thanks for quick responce
> >>> "Alexander" == Alexander Kern <[EMAIL PROTECTED]> writes:
> version you use (1.9.3), you can throw it away.
Yes, I have this version
>
> |
> |Since Automake 1.6, it has been decided that r
>>> "Alexander" == Alexander Kern <[EMAIL PROTECTED]> writes:
[...]
Alexander> I have following problem as mention in subject. From
Alexander> manual I know if I specify in configure.in
Alexander> AC_PROG_LIBTOOL or better AM_PROG_LIBTOOL and call
Alexander> "automake -a", "automake" calls in