]> sourceware.org Git - automake.git/commitdiff
libtool fix
authorTom Tromey <tromey@redhat.com>
Tue, 25 Nov 1997 21:21:25 +0000 (21:21 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 25 Nov 1997 21:21:25 +0000 (21:21 +0000)
ChangeLog
lib/am/ltlib.am
ltlib.am

index ecafc5202a07c044aa1e32f56f42f786a50de8a4..1bf7cfad7749a88ee566031c4fe489946451176b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 25 14:20:42 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * ltlib.am: Use INSTALL_DATA, not INSTALL_PROGRAM.  From Gord
+       Matzigkeit.
+
 Fri Nov 21 15:15:50 1997  Tom Tromey  <tromey@cygnus.com>
 
        * m4/mingw.m4, m4/cygwin.4m: Argument to AC_TRY_COMPILE is
index 1fe054b45db2ddd66055b84fbf2f9288765e0af5..fd3f7991affa54a91f6b9f6426599f2b4eb0ae2b 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -24,8 +24,8 @@ install-@DIR@LTLIBRARIES: $(@DIR@_LTLIBRARIES)
          if test -f $$p; then \
 ## Note that we explicitly set the libtool mode.  This avoids any lossage
 ## if the program doesn't have a name that libtool expects.
-           echo "@LIBTOOL --mode=install@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p"; \
-           @LIBTOOL --mode=install@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p; \
+           echo "@LIBTOOL --mode=install@ $(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
+           @LIBTOOL --mode=install@ $(INSTALL_DATA) $$p $(@DIR@dir)/$$p; \
          else :; fi; \
        done
 
index 1fe054b45db2ddd66055b84fbf2f9288765e0af5..fd3f7991affa54a91f6b9f6426599f2b4eb0ae2b 100644 (file)
--- a/ltlib.am
+++ b/ltlib.am
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -24,8 +24,8 @@ install-@DIR@LTLIBRARIES: $(@DIR@_LTLIBRARIES)
          if test -f $$p; then \
 ## Note that we explicitly set the libtool mode.  This avoids any lossage
 ## if the program doesn't have a name that libtool expects.
-           echo "@LIBTOOL --mode=install@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p"; \
-           @LIBTOOL --mode=install@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p; \
+           echo "@LIBTOOL --mode=install@ $(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
+           @LIBTOOL --mode=install@ $(INSTALL_DATA) $$p $(@DIR@dir)/$$p; \
          else :; fi; \
        done
 
This page took 0.037781 seconds and 5 git commands to generate.