Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ESTCONFIG(1)			 Hyper Estraier 		    ESTCONFIG(1)

NAME
     estconfig - configuration utility of Hyper Estraier

SYNOPSIS
     estconfig --version

     estconfig --prefix

     estconfig --execprefix

     estconfig --headdir

     estconfig --libdir

     estconfig --bindir

     estconfig --libexecdir

     estconfig --datadir

     estconfig --cflags

     estconfig --ldflags

     estconfig --libs

     estconfig --mtlibs

DESCRIPTION
     estconfig is useful for integration of an application or a system using Hy-
     per Estraier.  It outputs setting and configurations of Hyper Estraier.

     estconfig --version
	    to output version information.

     estconfig --prefix
	    to output the prefix of the destination of installation.

     estconfig --execprefix
	    to output the prefix of the files depending on the platform.

     estconfig --headdir
	    to output the prefix of the headers.

     estconfig --libdir
	    to output the prefix of the libraries.

     estconfig --bindir
	    to output the prefix of the commands.

     estconfig --libexecdir
	    to output the prefix of the CGI script.

     estconfig --datadir
	    to output the prefix of the configuration files.

     estconfig --cflags
	    to output the compiler options to be specified when building.

     estconfig --ldflags
	    to output the linker options to be specified when building.

     estconfig --libs
	    to output the libraries to be specified when building.

     estconfig --mtlibs
	    to output the libraries for applications with multi thread.

     estconfig always returns 0 as the exit status.

SEE ALSO
     estcmd(1), estmaster(1), estcall(1), estwaver(1), estraier(3) estnode(3)

     Please see http://hyperestraier.sourceforge.net/pguide-en.html for detail.

Man Page			   2007-03-06			    ESTCONFIG(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=estconfig&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help