On Tue, 2008-12-09 at 13:29 -0500, rabail javed wrote:
> Can any one tell me that how these values are generated and configured
> in the /sipXcommserverLib/Makefile.in
> 
> SIPX_CONFDIR = @SIPX_CONFDIR@
> SIPX_DATADIR = @SIPX_DATADIR@
> SIPX_DBDIR = @SIPX_DBDIR@
> SIPX_DOCDIR = @SIPX_DOCDIR@
> SIPX_INCDIR = @SIPX_INCDIR@
> SIPX_JAVADIR = @SIPX_JAVADIR@
> SIPX_LIBDIR = @SIPX_LIBDIR@
> SIPX_LIBEXECDIR = @SIPX_LIBEXECDIR@
> SIPX_LOGDIR = @SIPX_LOGDIR@
> SIPX_RUNDIR = @SIPX_RUNDIR@
> SIPX_TMPDIR = @SIPX_TMPDIR@
> SIPX_VARDIR = @SIPX_VARDIR@
> SIPX_VARLIB = @SIPX_VARLIB@
> 
> 
> These values doesnot exist in my Makefile for sipXcommserverLib , due
> to this reason I am getting errors.

They are generated by running the gnu configure system.

Run 'autoconf -if' in the top level directory - this creates the
'configure' script and templates for the makefiles (named 'Makefile.in')
in the tree.

Then run the 'configure' script.

It is possible to do these things in subdirectories, but we don't often
do it that way so it won't be surprising if there are bugs.


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to