Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit86a1a6e

Browse files
committed
add extra path to aclocal on mac
fixesfsharp#24
1 parent82fdf4b commit86a1a6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎autogen.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env sh
22
which autoreconf> /dev/null|| (echo"Please install autoconf"&&exit 1)
3-
aclocal -I /opt/local/share/aclocal
3+
# on OSX autoconf may need a little help with these paths
4+
aclocal -I /opt/local/share/aclocal -I /usr/local/share/aclocal
45
autoreconf&& ./configure$@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp