r3444 - trunk/libmutil

mikma at minisip.org mikma at minisip.org
Thu Oct 25 15:59:52 CEST 2007


Author: mikma
Date: 2007-10-25 15:59:52 +0200 (Thu, 25 Oct 2007)
New Revision: 3444

Modified:
   trunk/libmutil/bootstrap
Log:
Need to bootstrap libltdl, it needs to be bootstrap using the same 
automake version as libmutil.


Modified: trunk/libmutil/bootstrap
===================================================================
--- trunk/libmutil/bootstrap	2007-10-24 20:52:02 UTC (rev 3443)
+++ trunk/libmutil/bootstrap	2007-10-25 13:59:52 UTC (rev 3444)
@@ -58,3 +58,11 @@
 autoheader
 automake${amvers} --add-missing --copy
 
+# libltdl
+(cd libltdl
+aclocal${amvers}
+
+autoconf
+autoheader
+automake${amvers} --add-missing --copy
+)



More information about the Minisip-devel mailing list