]> granicus.if.org Git - php/commitdiff
Workaround to prevent TSRM from defining PACKAGE and VERSION.
authorStig S. Bakken <stig@php.net>
Mon, 6 Sep 1999 15:32:19 +0000 (15:32 +0000)
committerStig S. Bakken <stig@php.net>
Mon, 6 Sep 1999 15:32:19 +0000 (15:32 +0000)
No longer using autoheader.

TSRM/acconfig.h [deleted file]
TSRM/buildconf
TSRM/tsrm_config.h.in [new file with mode: 0644]

diff --git a/TSRM/acconfig.h b/TSRM/acconfig.h
deleted file mode 100644 (file)
index 1066662..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#undef PTHREADS
-
-#ifdef DEFINE_TSRM_VERSION
-# undef PACKAGE
-# undef VERSION
-#endif
-
index deb6aedb7975bdf431702b0db888a18bff3e19d9..60251e105b215919f1cd3c9ccbd332f54aaf3f40 100755 (executable)
@@ -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 (file)
index 0000000..4148511
--- /dev/null
@@ -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
+