From 99b250ae427e137659f1c5d68d5e32a4feb88ff8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 1 Jan 2002 12:45:44 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ THANKS | 1 + lib/am/install.am | 1 + 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16d326550..c3d58f533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-01-01 Alexandre Duret-Lutz + + * 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 * automake.texi (Extending): Document installcheck-local. Added diff --git a/THANKS b/THANKS index 2f7ad4e90..35fb635b6 100644 --- a/THANKS +++ b/THANKS @@ -63,6 +63,7 @@ Ian Lance Taylor ian@cygnus.com 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 diff --git a/lib/am/install.am b/lib/am/install.am index ddeef9cf2..1f3351eee 100644 --- a/lib/am/install.am +++ b/lib/am/install.am @@ -66,5 +66,6 @@ install-strip: ## 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 -- 2.47.2