Remove unused autogen.sh

This commit is contained in:
Brian J. Burg 2012-09-06 10:13:13 -07:00
parent d25fecad92
commit 14f096dfe9

View file

@ -1,27 +0,0 @@
#!/bin/bash
# Spidermonkey requires autoconf 2.13 exactly
if [ ! -z `which autoconf213` ]
then
AUTOCONF213=autoconf213
fi
if [ ! -z `which autoconf2.13` ]
then
AUTOCONF213=autoconf2.13
fi
if [ ! -z `which autoconf-2.13` ]
then
AUTOCONF213=autoconf-2.13
fi
if [ -z "$AUTOCONF213" ]
then
echo "I need autoconf 2.13"
fi
(cd src/mozjs/js/src && $AUTOCONF213) || exit $?
cp -f configure.in configure