autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_DEFINE(TEST) don't work... -- is it OK?


From: zaufi
Subject: AC_DEFINE(TEST) don't work... -- is it OK?
Date: Sat, 22 Feb 2003 23:58:35 +0300
User-agent: KMail/1.5.9

Hi all!

I found this strange behaviour when try to make libmcrypt support in my test 
project.
I make a test config.in like this:
AC_INIT([test],[1.0])
AC_CONFIG_HEADER([config.h])
AC_DEFINE(TEST)
AC_OUTPUT

and autoheader fail on this with the following error:
autoheader: missing template: TEST
Use AC_DEFINE([TEST], [], [Description])

but manual says that AC_DEFINE with 1 argument is valid call (and I think so)








reply via email to

[Prev in Thread] Current Thread [Next in Thread]