2007-12-30 17:41:49 +01:00
|
|
|
dnl ---- configure.ac for gb.image
|
|
|
|
|
|
|
|
AC_INIT(configure.ac)
|
2009-08-17 00:07:48 +02:00
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
2007-12-30 17:41:49 +01:00
|
|
|
GB_INIT(gb.image)
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
GB_COMPONENT(
|
|
|
|
image,
|
|
|
|
IMAGE,
|
|
|
|
[Image processing component],
|
|
|
|
[src],
|
|
|
|
[],
|
|
|
|
[],
|
|
|
|
[$THREAD_LIB -lm],
|
|
|
|
[$THREAD_INC])
|
|
|
|
AC_OUTPUT( Makefile src/Makefile )
|