autogen.sh 123 B

123456789
  1. :
  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