blob: 017011bfbecb7ea836e53bdf25a7c49874f78114 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# This trivial script exists to have a single place where the
# invocation of aclocal is specified. It is called from both
# autogen.sh and the Makefile.
aclocal -I guile-config
|