autogen.sh 155 B

1234567891011
  1. #! /bin/sh
  2. copy=$1
  3. # Start by setting up everything for main tree
  4. aclocal -I ./automake
  5. gettextize $copy -f
  6. libtoolize --force $copy
  7. autoheader
  8. autoconf