Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7713241
bootstrap.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
480 B
Referenced Files
None
Subscribers
None
bootstrap.sh
View Options
#!/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
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Nov 21, 7:56 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361436
Default Alt Text
bootstrap.sh (480 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment