[Pkg-voip-commits] r3295 - asterisk/branches/experimental/debian

Tzafrir Cohen tzafrir-guest at alioth.debian.org
Thu Mar 22 20:31:29 CET 2007


Author: tzafrir-guest
Date: 2007-03-22 19:31:29 +0000 (Thu, 22 Mar 2007)
New Revision: 3295

Modified:
   asterisk/branches/experimental/debian/changelog
   asterisk/branches/experimental/debian/rules
Log:
Don't run autoconf if you don't need (Closes: #415865).


Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog	2007-03-22 18:00:37 UTC (rev 3294)
+++ asterisk/branches/experimental/debian/changelog	2007-03-22 19:31:29 UTC (rev 3295)
@@ -5,6 +5,7 @@
 
   [ Tzafrir Cohen ]
   * Fix default varrundir using make vars (Closes: #415799).
+  * Don't run autoconf if you don't need (Closes: #415865).
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu, 22 Mar 2007 08:03:22 +0200
 

Modified: asterisk/branches/experimental/debian/rules
===================================================================
--- asterisk/branches/experimental/debian/rules	2007-03-22 18:00:37 UTC (rev 3294)
+++ asterisk/branches/experimental/debian/rules	2007-03-22 19:31:29 UTC (rev 3295)
@@ -87,7 +87,7 @@
 	export PATH
 
 	if [ ! -r configure.debian_sav ]; then cp -a configure configure.debian_sav; fi
-	./bootstrap.sh # also runs autoonf. TODO: currently not needed.
+	#./bootstrap.sh # also runs autoonf. TODO: currently not needed.
 	
 	# Without --with-gsm the internal gsm will be used
 	./configure --with-gsm \




More information about the Pkg-voip-commits mailing list