./configure file in cvs

Gioele Barabucci gioeleb at tiscalinet.it
Wed Aug 29 07:47:48 CDT 2001


Hello everyone,

why is there a ./configure file in your cvs?
configure was meant to be created for endusers, not for developers. Many 
projects based on auto* tools create a ./autogen.sh or ./bootstrap script.
The fact is that the configure supplied (and all the auto* files) creates 
lot of confusion and some errors sometime.

simple as:

#!/bin/sh
#
 
rm -f configure ltmain.sh config.guess config.sub
 
echo "Running libtoolize..."
libtoolize --force --copy >/dev/null
echo "Running aclocal..."
aclocal $ACLOCAL_FLAGS
echo "Running autoheader..."
$use_autoheader
echo "Running autoconf..."
$use_autoconf
echo "Running automake..."
automake --add-missing --copy --foreign

-- 
Gioele Barabucci (Gb]) <gioeleb at tiscalinet.it>





More information about the wine-devel mailing list