]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/am/install.am (install-strip): Set INSTALL_STRIP_FLAG=-s,
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 1 Jan 2002 12:45:44 +0000 (12:45 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 1 Jan 2002 12:45:44 +0000 (12:45 +0000)
it is needed by install-%DIR%LTLIBRARIES in ltlib.am.
This fixes a bug introduced on 2001-01-28.
Reported by Jared Davis.

ChangeLog
THANKS
lib/am/install.am

index 16d3265500c4428fee7f512f5413af4bfa285820..c3d58f5333867e0f567616e221966d672956b99d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
diff --git a/THANKS b/THANKS
index 2f7ad4e9096115a2e93d776701028646dcc42e11..35fb635b6b9dbec3c9858c67376a5e01d72e2a09 100644 (file)
--- 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
index ddeef9cf21bb1a4aac380b015e11fd235992738a..1f3351eee2ea46f584d7bf0ed0fc1abac52bdaf7 100644 (file)
@@ -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