Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9751
Modified Files: configure.ac Log Message: test for the existance of m_pd.h and halt on error
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/configure.ac,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** configure.ac 15 Dec 2005 15:46:18 -0000 1.13 --- configure.ac 21 Dec 2005 09:10:08 -0000 1.14 *************** *** 422,425 **** --- 422,431 ---- fi
+ + AC_CHECK_HEADERS(m_pd.h, , AC_ERROR([m_pd.h is desperately needed! + install pd and/or use + "--with-pd=</path/to/pd/>" or + "--includedir=</path/to/pd/src/>"])) + AC_OUTPUT(Make.config)