Skip to content

Commit

Permalink
add extra path to aclocal on mac
Browse files Browse the repository at this point in the history
fixes fsharp#24
  • Loading branch information
funnelweb committed Oct 12, 2012
1 parent f02a62a commit f3369c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autogen.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
which autoreconf > /dev/null || (echo "Please install autoconf" && exit 1) which autoreconf > /dev/null || (echo "Please install autoconf" && exit 1)
aclocal -I /opt/local/share/aclocal # on OSX autoconf may need a little help with these paths
aclocal -I /opt/local/share/aclocal -I /usr/local/share/aclocal
autoreconf && ./configure $@ autoreconf && ./configure $@

0 comments on commit f3369c1

Please sign in to comment.