bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] 0.13.1: Update install-exec hooks for automake 1.8


From: Maciej W. Rozycki
Subject: [patch] 0.13.1: Update install-exec hooks for automake 1.8
Date: Mon, 12 Jan 2004 14:27:56 +0100 (CET)

Hello,

 And now the actual patch, sigh...

2004-01-12  Maciej W. Rozycki  <address@hidden>

        * gettext-tools/lib/Makefile.am (install-exec-am): Rename to...
        (install-exec-hook): ... this.
        * gettext-tools/lib/Makefile.in: Regenerated.
        * gettext-tools/src/Makefile.am (install-exec-am): Rename to...
        (install-exec-hook): ... this.
        * gettext-tools/lib/Makefile.in: Regenerated.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: address@hidden, PGP key available        +

gettext-0.13.1-am18.patch
diff -up --recursive --new-file 
gettext-0.13.1.macro/gettext-tools/lib/Makefile.am 
gettext-0.13.1/gettext-tools/lib/Makefile.am
--- gettext-0.13.1.macro/gettext-tools/lib/Makefile.am  2003-11-16 
15:20:38.000000000 +0000
+++ gettext-0.13.1/gettext-tools/lib/Makefile.am        2004-01-11 
15:08:43.000000000 +0000
@@ -116,7 +116,7 @@ libgettextlib_la_LDFLAGS = \
   @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
 
 # No need to install libgettextlib.a.
-install-exec-am: install-exec-clean
+install-exec-hook: install-exec-clean
 install-exec-clean:
        $(RM) $(DESTDIR)$(libdir)/libgettextlib.a
 
diff -up --recursive --new-file 
gettext-0.13.1.macro/gettext-tools/src/Makefile.am 
gettext-0.13.1/gettext-tools/src/Makefile.am
--- gettext-0.13.1.macro/gettext-tools/src/Makefile.am  2003-11-16 
15:20:38.000000000 +0000
+++ gettext-0.13.1/gettext-tools/src/Makefile.am        2004-01-11 
15:07:58.000000000 +0000
@@ -146,7 +146,7 @@ libgettextsrc_la_LDFLAGS = \
   ../lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
 
 # No need to install libgettextsrc.a.
-install-exec-am: install-exec-clean
+install-exec-hook: install-exec-clean
 install-exec-clean:
        $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]