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

Commita3e34bf

Browse files
committed
Discard error from aclocal call (which seems to be needed on some Mac installations)
We do this aclocal call because it seems to be needed on some Macinstallations to enable autoreconf to run. But if the paths don't existwe get an error. So just discard the error.
1 parentde9cb94 commita3e34bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎autogen.sh‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp