mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
7 lines
191 B
Bash
Executable file
7 lines
191 B
Bash
Executable file
#!/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
|