mirror of
https://github.com/yawut/SDL.git
synced 2026-08-03 00:40:26 -05:00
I don't think we need aclocal anymore (comes from the automake package)
This commit is contained in:
parent
be4ab70dbf
commit
ef2b1e5cc5
|
|
@ -1,11 +1,13 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
echo "Generating build information using aclocal and autoconf"
|
||||
echo "Generating build information using autoconf"
|
||||
echo "This may take a while ..."
|
||||
|
||||
# Regenerate configuration files
|
||||
(aclocal && autoconf) || exit $?
|
||||
(cd test; aclocal; autoconf)
|
||||
cp acinclude.m4 aclocal.m4
|
||||
autoconf
|
||||
# FIXME
|
||||
#(cd test; aclocal; autoconf)
|
||||
|
||||
# Run configure for this platform
|
||||
echo "Now you are ready to run ./configure"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user