]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Model/configure.in
* Se mejoran las imagenes y se les pone color
[z.facultad/75.42/plaqui.git] / Model / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2
3 AC_INIT(configure.in)
4 AM_INIT_AUTOMAKE(plaqui_model, 0.1)
5 AM_MAINTAINER_MODE
6
7 AC_ISC_POSIX
8 AC_PROG_CXX
9 AM_PROG_CC_STDC
10 AC_HEADER_STDC
11
12 AC_SUBST(PACKAGE_CFLAGS)
13 AC_SUBST(PACKAGE_LIBS)
14
15 AC_OUTPUT([
16 Makefile
17 src/Makefile
18 ])
19
20 echo
21 echo "Todo listo. Ahora para compilar solo ejecute make"
22 echo
23 echo "The PlaQui Developer Team"
24