diff options
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/acconfig.h | 7 | ||||
-rwxr-xr-x | TSRM/buildconf | 2 | ||||
-rw-r--r-- | TSRM/tsrm_config.h.in | 15 |
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 + |