My generated config.h file contains replicated info. Does anyone else see this?
I'm stumped as to what is going wrong, so any pointers would be very welcome.

/* define this to the location of xpm.h to be used with #include, e.g. <xpm.h> */
#define XPM_H_LOCATION <xpm.h>

/* define this to the location of forms.h to be used with #include, e.g. <forms.h> */
#define FORMS_H_LOCATION <X11/forms.h>

/* Define if you want to use xforms built-in image loader */
#define USE_XFORMS_IMAGE_LOADER 1

/* define this to the location of xpm.h to be used with #include, e.g. <xpm.h> */
#define XPM_H_LOCATION <xpm.h>

/* define this to the location of forms.h to be used with #include, e.g. <forms.h> */
#define FORMS_H_LOCATION <X11/forms.h>

/* Define if you want to use xforms built-in image loader */
#define USE_XFORMS_IMAGE_LOADER 1

In fact, this test shows that ONLY these tests are replicated, but they aren't 
replicated in configure. I'm a bit confused by this.

$ grep "#define" config.h | sort > sorted_config.h
$ grep "#define" config.h | sort -u > unique_config.h
$ diff -u sorted_config.h unique_config.h

-- 
Angus

Reply via email to