/[muddleftpd]/muddleftpd/autogen.sh
ViewVC logotype

Diff of /muddleftpd/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rugger, Sun Oct 20 11:51:26 2002 UTC revision 1.1.12.1 by ganneff, Thu Nov 6 16:32:39 2003 UTC
# Line 1  Line 1 
1  #/bin/sh  #/bin/sh
   
 # this script creates all configure scripts and config header files.  
 # it does it by finding all configure.ac files, and then running autoconf  
 # and autoheader in the directories they were found in.  
   
 echo Bootstraping build system...  
   
 {  
         find -name configure.ac  
   
 } | sed 's/\/configure\.ac$//g' | {  
   
         while read scriptdir; do  
                 echo Processing scripts for $scriptdir  
                 pushd $scriptdir > /dev/null  
                 autoconf  
                 autoheader  
                 rm -fr autom4te.cache  
                 popd > /dev/null  
         done  
 }  
   
           
2    # use recent auto* tools please.
3    aclocal
4    autoconf
5    autoheader
6    automake --gnu --copy --add-missing
7    rm -fr autom4te.cache
8    echo Done

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.12.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26