From: Stig S. Bakken Date: Mon, 6 Sep 1999 15:32:19 +0000 (+0000) Subject: Workaround to prevent TSRM from defining PACKAGE and VERSION. X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d5491e2857f80ad758716e6b0964cac3a514ac7;p=php Workaround to prevent TSRM from defining PACKAGE and VERSION. No longer using autoheader. --- diff --git a/TSRM/acconfig.h b/TSRM/acconfig.h deleted file mode 100644 index 10666626c7..0000000000 --- a/TSRM/acconfig.h +++ /dev/null @@ -1,7 +0,0 @@ -#undef PTHREADS - -#ifdef DEFINE_TSRM_VERSION -# undef PACKAGE -# undef VERSION -#endif - diff --git a/TSRM/buildconf b/TSRM/buildconf index deb6aedb79..60251e105b 100755 --- a/TSRM/buildconf +++ b/TSRM/buildconf @@ -9,7 +9,7 @@ else echo "buildconf: created or modified ${1}aclocal.m4" fi -autoheader +#autoheader automake --add-missing --include-deps diff --git a/TSRM/tsrm_config.h.in b/TSRM/tsrm_config.h.in new file mode 100644 index 0000000000..414851122c --- /dev/null +++ b/TSRM/tsrm_config.h.in @@ -0,0 +1,15 @@ +/* tsrm_config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + +#undef PTHREADS + +/* Define if you have the header file. */ +#undef HAVE_STDARG_H + +#ifdef DEFINE_TSRM_VERSION +# undef PACKAGE +# undef VERSION +#endif +