get rid of extra and doc dirs, more cvs ignore stuff

This commit is contained in:
Stig Bakken 1999-04-08 00:04:44 +00:00
parent 9bc17ac6b2
commit d0738c2bc3

View File

@ -1922,12 +1922,6 @@ dnl Create the necessary directories if building using VPATH
if test ! -d functions; then
mkdir functions
fi
if test ! -d extra; then
mkdir extra
fi
if test ! -d extra/gd; then
mkdir extra/gd
fi
PHP_BUILD_DATE=`date '+%Y-%m-%d'`
AC_SUBST(PHP_BUILD_DATE)
@ -1940,7 +1934,7 @@ AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS")
AC_OUTPUT(Makefile build-defs.h stamp-h libphp3.module
dnl doc/Makefile doc/version.ent doc/checkdoc extra/gd/bdf2gdfont
regex/Makefile dbase/Makefile, [
chmod +x doc/checkdoc extra/gd/bdf2gdfont
dnl chmod +x doc/checkdoc extra/gd/bdf2gdfont
], [
dnl Warn about CGI version with no extra security options.