[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1907: Don't call ./configure in autogen.sh. (trunk)



Author: edmanm
Date: 2007-09-05 23:50:25 -0400 (Wed, 05 Sep 2007)
New Revision: 1907

Modified:
   trunk/
   trunk/autogen.sh
Log:
 r2118@adrastea:  edmanm | 2007-08-31 21:23:18 -0400
 Don't call ./configure in autogen.sh.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /vidalia/local/trunk [r2118] on 54b3572a-7227-0410-958f-53ecd705b71a

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2007-09-04 23:14:29 UTC (rev 1906)
+++ trunk/autogen.sh	2007-09-06 03:50:25 UTC (rev 1907)
@@ -1,4 +1,3 @@
 #!/bin/sh
 aclocal && \
-	autoconf && \
-	./configure
+	autoconf