autogen.sh 203 B

123456789101112
  1. #!/bin/sh
  2. [ -f readline-activator.scm ] || {
  3. echo "autogen.sh: run this command only in the guile-readline directory."
  4. exit 1
  5. }
  6. aclocal
  7. libtoolize --copy --automake
  8. autoconf
  9. automake --add-missing