it is needed by install-%DIR%LTLIBRARIES in ltlib.am.
This fixes a bug introduced on 2001-01-28.
Reported by Jared Davis.
+2002-01-01 Alexandre Duret-Lutz <duret_g@epita.fr>
+
+ * lib/am/install.am (install-strip): Set INSTALL_STRIP_FLAG=-s,
+ it is needed by install-%DIR%LTLIBRARIES in ltlib.am.
+ This fixes a bug introduced on 2001-01-28.
+ Reported by Jared Davis.
+
2001-12-31 Tom Tromey <tromey@redhat.com>
* automake.texi (Extending): Document installcheck-local. Added
Inoue inoue@ainet.or.jp
James Henstridge james@daa.com.au
Janos Farkas chexum@shadow.banki.hu
+Jared Davis abiword@aiksaurus.com
Jason Molenda crash@cygnus.co.jp
Jeff Bailey Jbailey@phn.ca
Jeff Garzik jgarzik@pobox.com
## Use double quotes here because we might need to interpolate some
## backquotes at runtime.
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install