Mercurial > emacs
comparison configure @ 40256:561bc8b0392f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Oct 2001 12:37:32 +0000 |
parents | c1083f9349f0 |
children | f53d3da02996 |
comparison
equal
deleted
inserted
replaced
40255:ad4ee591fe2f | 40256:561bc8b0392f |
---|---|
12848 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | 12848 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ |
12849 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ | 12849 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ |
12850 `" | 12850 `" |
12851 | 12851 |
12852 echo creating src/epaths.h | 12852 echo creating src/epaths.h |
12853 make epaths-force | 12853 ${MAKE-make} epaths-force |
12854 | 12854 |
12855 # As of 2000-11-19, newest development versions of GNU cpp preprocess | 12855 # As of 2000-11-19, newest development versions of GNU cpp preprocess |
12856 # `..' to `. .' unless invoked with -traditional | 12856 # `..' to `. .' unless invoked with -traditional |
12857 | 12857 |
12858 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then | 12858 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then |