* tests/atlocal.in: Remove traces.
Be ready to remove conftest.dSYM generated on OS X.
std::cout << "Works" << std::endl;
}
EOF
std::cout << "Works" << std::endl;
}
EOF
$CXX $CXXFLAGS $CPPFLAGS $LDFLAGS $LIBS -o conftest conftest.cc
case $? in
0);;
*) BISON_CXX_WORKS="as_fn_error 77 cannot-compile-simple-program";;
esac
$CXX $CXXFLAGS $CPPFLAGS $LDFLAGS $LIBS -o conftest conftest.cc
case $? in
0);;
*) BISON_CXX_WORKS="as_fn_error 77 cannot-compile-simple-program";;
esac
fi
# Whether the compiler supports POSIXLY_CORRECT defined.
fi
# Whether the compiler supports POSIXLY_CORRECT defined.