Skip to content

Commit

Permalink
I don't think we need aclocal anymore (comes from the automake package)
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401380
  • Loading branch information
slouken committed Feb 19, 2006
1 parent db567af commit 5ab979a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5ab979a

Please sign in to comment.