automake-patches
[Top][All Lists]
Advanced

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

[Patch] cleanup config.lt in case LT_OUTPUT is in use


From: Charles Wilson
Subject: [Patch] cleanup config.lt in case LT_OUTPUT is in use
Date: Mon, 10 Nov 2008 21:26:48 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

Distcheck fails when configure.ac includes LT_OUTPUT. libtool.am should
remove both generated libtool script and config.lt.

Patch is against 1.10.1, not git.

2008-11-09  Charles Wilson  <...>

        * lib/am/libtool.am (distclean-libtool): clean up
        config.lt as well as libtool.

--
Chuck

--- origsrc/automake-1.10.1/lib/am/libtool.am   2008-01-21 17:11:41.000000000 
-0500
+++ src/automake-1.10.1/lib/am/libtool.am       2008-10-27 21:46:01.843000000 
-0400
@@ -28,4 +28,4 @@
 
 ?TOPDIR_P?distclean-am: distclean-libtool
 ?TOPDIR_P?distclean-libtool:
-?TOPDIR_P?     -rm -f libtool
+?TOPDIR_P?     -rm -f libtool config.lt

reply via email to

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