Merge branch 'cleanup'

This commit is contained in:
Cyrill Gorcunov 2010-11-11 23:09:22 +03:00
commit 5eaff1d2ca
2 changed files with 811 additions and 822 deletions

View File

@ -152,5 +152,14 @@ if test $ac_cv_prog_make_vpathok = no; then
done
fi
dnl
dnl support cchace
dnl
AC_ARG_WITH([ccache],
[AC_HELP_STRING([--with-ccache],
[Compile with ccache])],
[CC="ccache $CC"],
[])
AC_OUTPUT_COMMANDS([mkdir -p output])
AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)

1624
preproc.c

File diff suppressed because it is too large Load Diff