[Toxine-cvs] CVS: toxine Makefile.am,1.9,1.10 configure.ac,1.7,1.8
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-04-09 17:56:35
|
Update of /cvsroot/toxine/toxine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7894 Modified Files: Makefile.am configure.ac Log Message: support cacalib output Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile.am 8 Apr 2004 15:13:57 -0000 1.9 +++ Makefile.am 9 Apr 2004 17:43:13 -0000 1.10 @@ -62,3 +62,4 @@ -rm -f config.h.in stamp-h.in ltconfig ltmain.sh -rm -f config.guess config.sub install-sh missing mkinstalldirs -rm -f depcomp config.log config.status libtool-nofpic stamp-h + -rm -f libtoolplugin-nofpic libtoollib-nofpic Index: configure.ac =================================================================== RCS file: /cvsroot/toxine/toxine/configure.ac,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- configure.ac 8 Apr 2004 15:27:16 -0000 1.7 +++ configure.ac 9 Apr 2004 17:43:14 -0000 1.8 @@ -183,6 +183,13 @@ AM_CONDITIONAL(HAVE_AA, test x$no_aalib != "xyes") +dnl +dnl checks for Color AsCii Art library +dnl +AM_PATH_CACA(0.8,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***])) +AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes") + + if test "$GCC" = yes; then dnl dnl check cflags not supported by all gcc versions |