Home modules.gotpike.org
Username: Password: [Create Account]
[Forgot Password?]

Modules

ADT
Database
GTK2
GUI
IP
PiJAX
Public
Sql
Stdio
Subversion
System
Tools
Xosd
lua
v4l2
wx

Recent Changes

Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0

Popular Downloads

Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48


Module Information
Public.Parser.ClearSilver
Viewing contents of Public_Parser_ClearSilver-1.2/configure.in

AC_INIT(ClearSilver.cmod)

AC_MODULE_INIT()

for d in "/usr/include" "/usr/local/include" "${prefix}/include"; do
	if test -d "${d}/ClearSilver"; then
		CS_INCLUDES="-I${d}/ClearSilver"
	fi
done

CPPFLAGS="${CPPFLAGS} ${CS_INCLUDES}"
AC_CHECK_HEADERS(ClearSilver.h, , echo "ClearSilver includes not found" && exit 1)

AC_CHECK_LIB(neo_utl, ne_warn, , echo "ClearSilver library not found" && exit 1)
AC_CHECK_LIB(neo_cs, cs_init, , echo "ClearSilver library not found" && exit 1)
AC_CHECK_LIB(z, deflate, , echo "zlib library not found" && exit 1)
AC_CHECK_LIB(neo_cgi, cgi_register_strfuncs, , echo "ClearSilver library not found" && exit 1)

AC_SUBST(CS_INCLUDES)

AC_OUTPUT(Makefile)


gotpike.org | Copyright © 2004 - 2019 | Pike is a trademark of Department of Computer and Information Science, Linköping University