2007-12-30 16:41:49 +00:00
|
|
|
dnl ---- configure.ac for gb.net.curl
|
|
|
|
|
|
|
|
AC_INIT(configure.ac)
|
2009-08-16 22:07:48 +00:00
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
2007-12-30 16:41:49 +00:00
|
|
|
GB_INIT(gb.net.curl)
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
|
2008-02-26 08:14:28 +00:00
|
|
|
GB_COMPONENT_PKG_CONFIG(
|
2007-12-30 16:41:49 +00:00
|
|
|
curl,
|
|
|
|
CURL,
|
|
|
|
[Advanced networking component],
|
|
|
|
[src],
|
2008-04-29 13:40:55 +00:00
|
|
|
libcurl ">= 7.13"
|
|
|
|
)
|
2008-02-26 08:14:28 +00:00
|
|
|
|
2007-12-30 16:41:49 +00:00
|
|
|
AC_OUTPUT( \
|
|
|
|
Makefile \
|
|
|
|
src/Makefile \
|
|
|
|
)
|