This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PACKAGE and VERSION defines


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]