Home | History | Annotate | Download | only in clearsilver
      1 #!/bin/sh
      2 # Run this to generate all the initial makefiles, etc.
      3 
      4 srcdir=`dirname $0`
      5 test -z "$srcdir" && srcdir=.
      6 
      7 
      8 aclocal -I m4
      9 autoheader
     10 autoconf
     11 ./configure $*
     12