diff options
Diffstat (limited to 'tests/cxxcpp.test')
-rwxr-xr-x | tests/cxxcpp.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxxcpp.test b/tests/cxxcpp.test index 70dde39da..0609bbf5a 100755 --- a/tests/cxxcpp.test +++ b/tests/cxxcpp.test @@ -16,7 +16,7 @@ # Make sure automake sees AC_PROG_CXXCPP. From Garth Corral. -. ./defs || exit 1 +. ./defs || Exit 1 cat >> configure.in << 'END' AC_PROG_CXXCPP @@ -25,7 +25,7 @@ END : > Makefile.am -$ACLOCAL || exit 1 -$AUTOMAKE || exit 1 +$ACLOCAL || Exit 1 +$AUTOMAKE || Exit 1 grep '^CXXCPP' Makefile.in |