[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1248
Date : Mon Jun 5 11:01:40 BST 2006
Changed paths:
M /Trunk/XaraLX/autogen.sh
Applied Vasil Dimov's patch to allow autoreconf to be specified by variable
Diff:
Index: Trunk/XaraLX/autogen.sh
===================================================================
--- Trunk/XaraLX/autogen.sh (revision 1247)
+++ Trunk/XaraLX/autogen.sh (revision 1248)
@@ -1 +1,5 @@
-autoreconf -f -i -s
+#!/bin/sh
+
+AUTORECONF=${AUTORECONF:-autoreconf}
+
+${AUTORECONF} -f -i -s
Xara