Skip to content

Commit

Permalink
libskeleton's autogen needs an aclocal script from ogg
Browse files Browse the repository at this point in the history
set ACLOCAL_PATH before running its autogen.sh
  • Loading branch information
bvibber committed Nov 5, 2014
1 parent 751ea46 commit 27c7763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configureSkeleton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ cd libskeleton
if [ ! -f configure ]; then
# generate configuration script
sed -i.bak 's/$srcdir\/configure/#/' autogen.sh
./autogen.sh
ACLOCAL_PATH="$dir/build/js/root/share/aclocal" ./autogen.sh
fi
cd ..

0 comments on commit 27c7763

Please sign in to comment.