autogen.sh 156 B

123456789
  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. autoreconf -i --force