Great work! I definitely think we are ready for a release. There are lots of good changes in CVS now that work; its time for a snapshot.

Fed


On Monday, August 19, 2002, at 04:48 PM, matt massie wrote:

this is fixed... i removed the acconfig.h file and went through every
AC_DEFINE and AC_DEFINE_UNQUOTED and put a third argument

e.g.

AC_DEFINE(LINUX)
became
AC_DEFINE(LINUX,1,LINUX)

-matt

the newest versions of autoheader is complaining

WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.

so i'll take a look and clean that up (unless someone else beats me to
it).



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Federico

Rocks Cluster Group, Camp X-Ray, SDSC, San Diego
GPG Fingerprint: 3C5E 47E7 BDF8 C14E ED92  92BB BA86 B2E6 0390 8845


Reply via email to