diff options
author | Sascha Schumann <sas@php.net> | 1999-12-30 04:07:46 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-30 04:07:46 +0000 |
commit | 2c99bef442d71a455628628e932daf26aaec8a46 (patch) | |
tree | f4a7ca3e976ff07d3d6a730bded4ed1598b6ff8d /ext/ext_skel | |
parent | e3af8ed3217b0a3bd46382e523bb12cfdc12e230 (diff) | |
download | php-git-2c99bef442d71a455628628e932daf26aaec8a46.tar.gz |
Get rid of config.h.stub. Note that you should embed a comment about
what the respective define does into the AC_DEFINE macro. I.e.
AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
Diffstat (limited to 'ext/ext_skel')
-rwxr-xr-x | ext/ext_skel | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/ext_skel b/ext/ext_skel index eadab951b9..9da91d3304 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -65,7 +65,6 @@ eof $ECHO_N " .cvsignore$ECHO_C" cat >.cvsignore <<eof .deps -Makefile.in Makefile *.o *.lo @@ -73,12 +72,6 @@ Makefile .libs eof -$ECHO_N " config.h.stub$ECHO_C" -cat >config.h.stub<<eof -/* define if you want to use the $extname extension */ -/* #undef HAVE_LIB$EXTNAME */ -eof - chmod 644 * echo " [done]." |