diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-09-01 23:16:34 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-09-01 23:16:34 +0000 |
commit | 6ba9e3b09e3b5ed619de2f764c81cc034ae13605 (patch) | |
tree | 01d6cb013dec4da6b59d8715a4032d7335e03d05 /libffi/fficonfig.h.in | |
parent | e409a2c8f40385bfbaee3abbf6c2fdf84fc7b23c (diff) | |
download | gcc-6ba9e3b09e3b5ed619de2f764c81cc034ae13605.tar.gz |
ffi.h.in: Removed PACKAGE and VERSION defines and undefs.
* 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.
From-SVN: r29038
Diffstat (limited to 'libffi/fficonfig.h.in')
-rw-r--r-- | libffi/fficonfig.h.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libffi/fficonfig.h.in b/libffi/fficonfig.h.in index b9fe2248e11..f7ea90bbdf9 100644 --- a/libffi/fficonfig.h.in +++ b/libffi/fficonfig.h.in @@ -68,10 +68,3 @@ /* Define if you have the memcpy function. */ #undef HAVE_MEMCPY - -/* Name of package */ -#undef PACKAGE - -/* Version number of package */ -#undef VERSION - |