2007-12-30 16:41:49 +00:00
|
|
|
dnl ---- configure.ac for gb.image
|
|
|
|
|
|
|
|
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.image)
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
GB_COMPONENT(
|
|
|
|
image,
|
|
|
|
IMAGE,
|
|
|
|
[Image processing component],
|
|
|
|
[src],
|
|
|
|
[],
|
|
|
|
[],
|
|
|
|
[$THREAD_LIB -lm],
|
|
|
|
[$THREAD_INC])
|
|
|
|
AC_OUTPUT( Makefile src/Makefile )
|