libtool-patches
[Top][All Lists]
Advanced

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

Re: libtoolize --ltdl non-failure


From: Peter O'Gorman
Subject: Re: libtoolize --ltdl non-failure
Date: Sat, 29 Oct 2005 20:55:53 +0900
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ralf Wildenhues wrote:
| In any case, OK to apply the patch below to branch-1-5?

Yes, this is fine. Thank you.

Peter

|
| Gary, could you look into a fix for CVS HEAD?  The corresponding code
| looks a bit nonobvious to me.
|
| Cheers,
| Ralf
|
|       * libtoolize.in: Fail if libltdl files not present but
|       `--ltdl' given.
|       Reported by Troy Benjegerdes <address@hidden>.
|
| Index: libtoolize.in
| ===================================================================
| RCS file: /cvsroot/libtool/libtool/Attic/libtoolize.in,v
| retrieving revision 1.21.2.13
| diff -u -r1.21.2.13 libtoolize.in
| --- libtoolize.in     22 Apr 2005 09:05:40 -0000      1.21.2.13
| +++ libtoolize.in     29 Oct 2005 09:01:33 -0000
| @@ -281,6 +281,10 @@
|  if test "x$ltdl" = xyes; then
|    test -d libltdl || $mkdir libltdl
|    ltdlfiles=`cd $pkgdatadir && ls libltdl/*`
| +  if test -z "$ltdlfiles"; then
| +    echo "$progname: cannot list files in \`$pkgdatadir/libltdl'" 1>&2
| +    exit 1
| +  fi
|  else
|    ltdlfiles=
|  fi


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)

iQCVAwUBQ2NjSbiDAg3OZTLPAQK0PgQAoJa82Y/RnO4OHOVnsLXv3R+gpm9Vlw8I
gdDPI0LkNv1UDWzdPcdrkqhEpLEEL2RuYGCYuyPJKD2Tezbf6xwPvEs/hPcpYGRT
qxC7FNu1o0/kOYmwjCCeraKg/h4nh3+b8c47Uq+Rfy8Rbqe1/P2hMxmT8aC9djgO
b6W+K+dOdgw=
=3+k8
-----END PGP SIGNATURE-----




reply via email to

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