summaryrefslogtreecommitdiff
path: root/plugins/Clist_ng/AGG/src/configure.in
blob: fe58b429099f6002a597056917b76174dd3ad469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT(src/agg_arc.cpp) # give me a source file, any source file...
AM_INIT_AUTOMAKE(agg, 2.0.0)

AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_LIBTOOL

AC_OUTPUT(
   Makefile 
   gpc/Makefile
   src/Makefile
   src/ctrl/Makefile
)