mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove unused autogen.sh
This commit is contained in:
parent
d25fecad92
commit
14f096dfe9
1 changed files with 0 additions and 27 deletions
27
autogen.sh
27
autogen.sh
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue