autoconf
[Top][All Lists]
Advanced

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

How to retrieve an absolute path in this case?


From: ant1scene
Subject: How to retrieve an absolute path in this case?
Date: Thu, 25 Mar 2010 22:47:26 +0500

Hello. 

I need lookup config's path in application. 
Tried as is: 

--configure.in (fragment)
AC_DEFINE_UNQUOTED(PREFIX, $prefix, [Install prefix])
AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${sysconfdir}/foo.conf",
        [Location of the config file])
--
but, after running 'configure' I'm getting such config.h:
#define SERVER_CONFIG_FILE "${prefix}/etc/foo.conf"
#define PREFIX /usr

what to do to retrieve ${prefix} in SERVER_CONFIG_FILE?

P.S. Sorry for my bad English :\





reply via email to

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