/ bootstrap-build
bootstrap-build
 1  #!/bin/sh
 2  
 3  # Written by Vincent Fourmond <vincent.fourmond@9online.fr>
 4  # A small shell script to generate all the files required for building
 5  # based only on the SVN export.
 6  
 7  aclocal                                     
 8  autoconf
 9  automake --add-missing                      
10  automake         
11