/[autoconf]/autoconf/aclang.m4
ViewVC logotype

Diff of /autoconf/aclang.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.128 by akim, Fri May 11 15:54:43 2001 UTC revision 1.129 by proski, Wed May 23 12:27:56 2001 UTC
# Line 881  if test -z "$CPP"; then Line 881  if test -z "$CPP"; then
881      # Double quotes because CPP needs to be expanded      # Double quotes because CPP needs to be expanded
882      for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"      for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
883      do      do
884        # break 2 since there is a loop in there.        _AC_PROG_PREPROC_WORKS_IFELSE([break])
       _AC_PROG_PREPROC_WORKS_IFELSE([break 2])  
885      done      done
886      ac_cv_prog_CPP=$CPP      ac_cv_prog_CPP=$CPP
887    ])dnl    ])dnl
# Line 1089  if test -z "$CXXCPP"; then Line 1088  if test -z "$CXXCPP"; then
1088      # Double quotes because CXXCPP needs to be expanded      # Double quotes because CXXCPP needs to be expanded
1089      for CXXCPP in "$CXX -E" "/lib/cpp"      for CXXCPP in "$CXX -E" "/lib/cpp"
1090      do      do
1091        # break 2 since there is a loop in there.        _AC_PROG_PREPROC_WORKS_IFELSE([break])
       _AC_PROG_PREPROC_WORKS_IFELSE([break 2])  
1092      done      done
1093      ac_cv_prog_CXXCPP=$CXXCPP      ac_cv_prog_CXXCPP=$CXXCPP
1094    ])dnl    ])dnl

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26