Browse Source

Workaround to prevent TSRM from defining PACKAGE and VERSION.

No longer using autoheader.
experimetnal/RETURN_REF_PATCH
Stig S. Bakken 27 years ago
parent
commit
4d5491e285
  1. 7
      TSRM/acconfig.h
  2. 2
      TSRM/buildconf
  3. 15
      TSRM/tsrm_config.h.in

7
TSRM/acconfig.h

@ -1,7 +0,0 @@
#undef PTHREADS
#ifdef DEFINE_TSRM_VERSION
# undef PACKAGE
# undef VERSION
#endif

2
TSRM/buildconf

@ -9,7 +9,7 @@ else
echo "buildconf: created or modified ${1}aclocal.m4"
fi
autoheader
#autoheader
automake --add-missing --include-deps

15
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
Loading…
Cancel
Save