Page MenuHomePhabricator

bootstrap.sh
No OneTemporary

Size
607 B
Referenced Files
None
Subscribers
None

bootstrap.sh

#!/bin/sh
#
# This file is a work of a US government employee and as such is in the Public domain.
# Simson L. Garfinkel, March 12, 2012
#
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
Thu, Oct 24, 7:37 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1142396
Default Alt Text
bootstrap.sh (607 B)

Event Timeline