autogen.sh 132 B

12345678910
  1. #!/bin/sh
  2. if ! libtool --version > /dev/null
  3. then
  4. echo "Libtool is missing, please install it."
  5. exit 1
  6. fi
  7. autoreconf -ivf -I m4