summaryrefslogtreecommitdiff
path: root/libffi/acconfig.h
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-01 23:16:34 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-01 23:16:34 +0000
commit20e58c02879f4395b58ffc4d6c33c0171fe75a34 (patch)
tree01d6cb013dec4da6b59d8715a4032d7335e03d05 /libffi/acconfig.h
parent2fc24cee2a68172b9e3f2e993c75ad01769cf136 (diff)
downloadgcc-20e58c02879f4395b58ffc4d6c33c0171fe75a34.tar.gz
* include/ffi.h.in: Removed PACKAGE and VERSION defines and
undefs. * fficonfig.h.in: Rebuilt. * configure: Rebuilt. * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE. Use AM_PROG_LIBTOOL (automake 1.4 compatibility). * acconfig.h: Don't #undef PACKAGE or VERSION. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29038 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/acconfig.h')
-rw-r--r--libffi/acconfig.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libffi/acconfig.h b/libffi/acconfig.h
index b317b5e9ada..9c553150c02 100644
--- a/libffi/acconfig.h
+++ b/libffi/acconfig.h
@@ -10,9 +10,3 @@
/* Define this is you do not want support for the raw API. */
#undef FFI_NO_RAW_API
-
-/* This is the package name */
-#undef PACKAGE
-
-/* This is the package version */
-#undef VERSION