autogen.sh 130 B

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