Update of /cvsroot/pure-data/externals/chaos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10698
Modified Files: configure.ac Log Message: more changes ... getting stable ...
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/externals/chaos/configure.ac,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** configure.ac 21 Dec 2004 09:22:10 -0000 1.1.1.1 --- configure.ac 24 Dec 2004 23:20:22 -0000 1.2 *************** *** 50,54 **** AC_ARG_WITH(sysdir, [ --with-sysdir path pd / max installation], ! SYSDIR=$withval, [echo "path to pd / max installation required" && exit 1])
--- 50,57 ---- AC_ARG_WITH(sysdir, [ --with-sysdir path pd / max installation], ! [ ! SYSDIR=$withval ! INCLUDEDIR="-I$withval $INCLUDEDIR" ! ], [echo "path to pd / max installation required" && exit 1])