Page MenuHomePhabricator

bootstrap.sh
No OneTemporary

Size
480 B
Referenced Files
None
Subscribers
None

bootstrap.sh

#!/bin/sh
#
echo Bootstrap script to create configure script using autoconf
echo
# use the installed ones first, not matter what the path says.
export PATH=/usr/bin:/usr/sbin:/bin:$PATH
touch NEWS README AUTHORS ChangeLog stamp-h
aclocal
LIBTOOLIZE=glibtoolize
if test `which libtoolize`x != "x" ;
then LIBTOOLIZE=libtoolize
fi
$LIBTOOLIZE -f
autoheader -f
autoconf -f
automake --add-missing -c
echo "Ready to run configure!"
if [ $1"x" != "x" ]; then
./configure "$@"
fi

File Metadata

Mime Type
text/x-shellscript
Expires
Fri, Nov 21, 7:56 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361436
Default Alt Text
bootstrap.sh (480 B)

Event Timeline