Skip to content

Commit

Permalink
Remove debug output to /tmp/a during getopt autoconf test
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/jj/hercules.svn/trunk@2582 956126f8-22a0-4046-8f4a-272fa8102e63
  • Loading branch information
Ivan Warren committed Feb 1, 2005
1 parent dbf3566 commit 4423794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoconf/hercules.m4
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ DUPGETOPT2
./libtool --mode=compile ${CC-cc} conftest1.c -c -o conftest1.lo > /dev/null 2>&1
./libtool --mode=link ${CC-cc} -shared -rpath /lib -no-undefined conftest1.lo -o libconftest1.la > /dev/null 2>&1
./libtool --mode=compile ${CC-cc} conftest2.c -c -o conftest2.lo > /dev/null 2>&1
./libtool --mode=link ${CC-cc} -shared -rpath /lib -no-undefined conftest2.lo libconftest1.la -o libconftest2.la > /tmp/a 2>&1
./libtool --mode=link ${CC-cc} -shared -rpath /lib -no-undefined conftest2.lo libconftest1.la -o libconftest2.la > /dev/null 2>&1
if test $? = 0; then
ac_cv_dup_getopt=no
ac_cv_dup_getoptmsg=no
Expand Down

0 comments on commit 4423794

Please sign in to comment.