[svn] / trunk / xvidcore / build / generic / bootstrap.sh Repository:
ViewVC logotype

View of /trunk/xvidcore/build/generic/bootstrap.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 825 - (download) (as text) (annotate)
Sun Feb 9 19:48:40 2003 UTC (21 years, 1 month ago) by edgomez
File size: 539 byte(s)
Helper script to generate the configure script and all needed files
#!/bin/sh
#
# This file builds the configure script and copies all needed files
# provided by automake/libtoolize
#
# NB: This script is adapted to Debian GNU/Linux SID program names
#     Perhaps you could have to modify program names to match your distro

echo "Creating ./configure"
autoconf2.50

echo "Copying files provided by automake"
automake -c -a 1>/dev/null 2>/dev/null

echo "Copying files provided by libtool"
libtoolize -f -c 1>/dev/null 2>/dev/null

echo "Removing files that are not needed"
rm -rf autom4*
rm -rf ltmain.sh

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4