Skip to content
Snippets Groups Projects
Commit 3a30913a authored by sof's avatar sof
Browse files

[project @ 1998-02-07 12:58:49 by sof]

Changed translation of backward slashes to forward ones (now in perl.)
parent 3a2b8c96
No related merge requests found
......@@ -273,8 +273,8 @@ AC_DEFUN(AC_PROG_GNUCPP,
[if test "$HaveGcc" = "YES"; then
echo > conftest.c
gcc -v -E conftest.c >/dev/null 2>conftest.out
echo '/(\S+(\/|\\)cpp)/ && print "[$]1";' > conftest.pl
ac_cv_gnu_cpp="`eval $PerlCmd -n conftest.pl conftest.out | tr '\\\' / `"
echo '/(\S+(\/|\\)cpp)/ && ([$]foo = [$]1) =~ tr/\\/\// && print "[$]foo";' > conftest.pl
ac_cv_gnu_cpp="`eval $PerlCmd -n conftest.pl conftest.out`"
rm -fr conftest*
else
# We need to be able to invoke CPP directly, preferably
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment