mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
get rid of extra and doc dirs, more cvs ignore stuff
This commit is contained in:
parent
9bc17ac6b2
commit
d0738c2bc3
1 changed files with 1 additions and 7 deletions
|
@ -1922,12 +1922,6 @@ dnl Create the necessary directories if building using VPATH
|
||||||
if test ! -d functions; then
|
if test ! -d functions; then
|
||||||
mkdir functions
|
mkdir functions
|
||||||
fi
|
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'`
|
PHP_BUILD_DATE=`date '+%Y-%m-%d'`
|
||||||
AC_SUBST(PHP_BUILD_DATE)
|
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
|
AC_OUTPUT(Makefile build-defs.h stamp-h libphp3.module
|
||||||
dnl doc/Makefile doc/version.ent doc/checkdoc extra/gd/bdf2gdfont
|
dnl doc/Makefile doc/version.ent doc/checkdoc extra/gd/bdf2gdfont
|
||||||
regex/Makefile dbase/Makefile, [
|
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.
|
dnl Warn about CGI version with no extra security options.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue