This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
PACKAGE and VERSION defines
- To: <libstdc++ at sourceware dot cygnus dot com>
- Subject: PACKAGE and VERSION defines
- From: "Gerd v. Egidy" <egidy at deam dot de>
- Date: Mon, 1 Nov 1999 16:15:47 +0100
Hi,
i am using libstdc++ 2.90.6.1.
i wonder why PACKAGE and VERSION are defined in include/g++-v3/bits/c++config.h which is included in a lot of c++-includes.
they are usually defined in the project's config.h, created by autoheader (gnu autoconf suite). i want to use the autoconf system to
set version information and now i have to use ugly workarounds.
wouldn't it be better to use different defines, like LIBSTDCPP_VERSION and leave the standard-defines to the actual project?
and why is VERSION currently defined "2.90.5" instead of "2.90.6.1"?
Regards,
Gerd