Hello,

I'm tying to understand how defines get added to config.h. In my configure.ac file I have:

if test "apple" = "orange"; then
        AC_DEFINE_UNQUOTED(HAVE_SOMETHING,1,[Define if SOMETHING])
fi

My test fails, so I don't expect to get

/* Define is SOMETHING */
#define HAVE_SOMETHING 1

in config.h

I did a sh -x on configure, but I never see it do HAVE_SOMETHING.

Thanks,

        Andy


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to