2007-12-30 17:41:49 +01:00
|
|
|
dnl ---- configure.ac for gb.net.curl
|
|
|
|
|
|
|
|
AC_INIT(configure.ac)
|
|
|
|
GB_INIT(gb.net.curl)
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
|
2008-02-26 09:14:28 +01:00
|
|
|
GB_COMPONENT_PKG_CONFIG(
|
2007-12-30 17:41:49 +01:00
|
|
|
curl,
|
|
|
|
CURL,
|
|
|
|
[Advanced networking component],
|
|
|
|
[src],
|
2008-02-26 09:14:28 +01:00
|
|
|
[libcurl],
|
|
|
|
[>= 7.13])
|
|
|
|
|
|
|
|
#GB_COMPONENT(
|
|
|
|
# curl,
|
|
|
|
# CURL,
|
|
|
|
# [Advanced networking component],
|
|
|
|
# [src],
|
|
|
|
# [GB_FIND(curl.h, `curl-config --prefix 2> /dev/null`, include)],
|
|
|
|
# [GB_FIND(libcurl.$SHLIBEXT, `curl-config --prefix 2> /dev/null`, lib)],
|
|
|
|
# [$C_LIB `curl-config --libs 2> /dev/null`])
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
AC_OUTPUT( \
|
|
|
|
Makefile \
|
|
|
|
src/Makefile \
|
|
|
|
)
|