mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
autogen.sh: Don't presume /usr/bin/m4.
* autogen.sh: Don't presume /usr/bin/m4.
This commit is contained in:
parent
91cbeffc87
commit
850a4c8f5f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ else
|
|||
libtool --version
|
||||
fi
|
||||
echo ""
|
||||
${M4:-/usr/bin/m4} --version
|
||||
${M4:-m4} --version
|
||||
echo ""
|
||||
|
||||
######################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue