cvs commit: hugs98 aclocal.m4 configure configure.ac hugs98/src
config.h.in hugs98/src/dotnet config.h hugs98/src/msc config.h
hugs98/src/winhugs config.h
ross at glass.cse.ogi.edu
ross at glass.cse.ogi.edu
Thu Feb 5 03:41:43 EST 2004
ross 2004/02/05 03:41:43 PST
Modified files:
. aclocal.m4 configure configure.ac
src config.h.in
src/dotnet config.h
src/msc config.h
src/winhugs config.h
Log:
Add a test to choose between `inline' and `extern inline', which have the
opposite meanings in C99 and gcc. It defines INLINE_ONLY to the one we
want (inline, but no external definition). Refs:
http://gcc.gnu.org/onlinedocs/gcc/Inline.html
http://www.gnu.org/software/gcc/gcc-3.3/c99status.html
Anyone who knows about autoconf is welcome to fix my amateurish attempt.
Revision Changes Path
1.6 +41 -0 hugs98/aclocal.m4
1.6 +174 -129 hugs98/configure
1.7 +2 -0 hugs98/configure.ac
1.42 +11 -0 hugs98/src/config.h.in
1.5 +4 -0 hugs98/src/dotnet/config.h
1.24 +5 -0 hugs98/src/msc/config.h
1.19 +5 -0 hugs98/src/winhugs/config.h
More information about the Cvs-hugs
mailing list