summaryrefslogtreecommitdiff
path: root/guile-readline/autogen.sh
blob: 3485710ed1c83a2a7a65324f92d184fe50e938c1 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

[ -f readline-activator.scm ] || {
  echo "autogen.sh: run this command only in the guile-readline directory."
  exit 1
}

autoreconf -i