bootstrap.sh 247 B

12345678910
  1. #!/bin/sh
  2. if ! which pkg-config >/dev/null 2>/dev/null; then
  3. # If you do not have this, useless autoconf error messages
  4. # can result: possibly undefined macro AC_CHECK_LIB
  5. echo "pkg-config seems to be missing";
  6. exit 1
  7. fi
  8. exec autoreconf -fiv