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

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

Re: sharutils-4.3.52 build failure; nonexistent ../intl/libintl.a


From: Karl Eichwalder
Subject: Re: sharutils-4.3.52 build failure; nonexistent ../intl/libintl.a
Date: Mon, 01 Jul 2002 17:03:42 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (i686-pc-linux-gnu)

Paul Eggert <address@hidden> writes:

> sharutils-4.3.52/src/Makefile attempts to link with ../intl/libintl.a,
> but it has no intl subdirectory and it doesn not build libintl.a.

Oops, 'intl' got lost (thanks for the report!); for the next test
release I applied this patch:

2002-07-01  Karl Eichwalder  <address@hidden>

        * Makefile.am (SUBDIRS): Add 'intl'.
        Reported by Paul Eggert.

Index: Makefile.am
===================================================================
RCS file: /home/ke/cvsroot/sharutils/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- Makefile.am 27 Jun 2002 18:45:07 -0000      1.5
+++ Makefile.am 1 Jul 2002 15:00:33 -0000
@@ -17,7 +17,7 @@
 
 ## Process this file with automake to produce Makefile.in.
 
-EXTRA_DIST = config.rpath  ChangeLog.OLD NEWS.OLD @DIST_ALPHA@
-SUBDIRS = m4 doc lib src po contrib tests
+EXTRA_DIST = config.rpath ChangeLog.OLD NEWS.OLD @DIST_ALPHA@
+SUBDIRS = intl lib src doc m4 po contrib tests
 
 ACLOCAL_AMFLAGS = -I m4


-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

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