summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-09-06 15:32:19 +0000
committerStig S. Bakken <stig@php.net>1999-09-06 15:32:19 +0000
commit4d5491e2857f80ad758716e6b0964cac3a514ac7 (patch)
treedd9899d2d368c0efb878045b76adc166e1a534fa /TSRM
parentdad0716e373eb52b29722fdc00fdff3284bde8e1 (diff)
downloadphp-git-4d5491e2857f80ad758716e6b0964cac3a514ac7.tar.gz
Workaround to prevent TSRM from defining PACKAGE and VERSION.
No longer using autoheader.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/acconfig.h7
-rwxr-xr-xTSRM/buildconf2
-rw-r--r--TSRM/tsrm_config.h.in15
3 files changed, 16 insertions, 8 deletions
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 <stdarg.h> header file. */
+#undef HAVE_STDARG_H
+
+#ifdef DEFINE_TSRM_VERSION
+# undef PACKAGE
+# undef VERSION
+#endif
+