On May 8, 2014, at 8:59 AM, Ashley Pittman <ash...@pittman.co.uk> wrote:

> This will break my build but it’s an easy fix so don’t let that stop you.

Something like this should do ya:

--- bogus       2014-05-08 06:26:19.759259593 -0700
+++ bogus-new   2014-05-08 06:26:22.567481480 -0700
@@ -14,7 +14,11 @@
 
 
 
-./autogen.sh
+if test -x autogen.sh; then
+   ./autogen.sh
+else
+   ./autogen.pl
+fi
 
 
 


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to