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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 825 - (view) (download) (as text)

1 : edgomez 825 #!/bin/sh
2 :     #
3 :     # This file builds the configure script and copies all needed files
4 :     # provided by automake/libtoolize
5 :     #
6 :     # NB: This script is adapted to Debian GNU/Linux SID program names
7 :     # Perhaps you could have to modify program names to match your distro
8 :    
9 :     echo "Creating ./configure"
10 :     autoconf2.50
11 :    
12 :     echo "Copying files provided by automake"
13 :     automake -c -a 1>/dev/null 2>/dev/null
14 :    
15 :     echo "Copying files provided by libtool"
16 :     libtoolize -f -c 1>/dev/null 2>/dev/null
17 :    
18 :     echo "Removing files that are not needed"
19 :     rm -rf autom4*
20 :     rm -rf ltmain.sh

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