sinek configure.ac,1.1,1.2
[email protected] Thu, 23 Jan 2003 00:05:15 -0800
| Newsgroups | gmane.comp.video.sinek.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/sinek/sinek In directory sc8-pr-cvs1:/tmp/cvs-serv13535 Modified Files: configure.ac Log Message: updates Index: configure.ac =================================================================== RCS file: /cvsroot/sinek/sinek/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- configure.ac 23 Jan 2003 06:31:25 -0000 1.1 +++ configure.ac 23 Jan 2003 08:05:12 -0000 1.2 @@ -1,7 +1,7 @@ -AC_INIT(src/main.c) -AM_CONFIG_HEADER(include/config.h) - -AM_INIT_AUTOMAKE(sinek,0.8) +AC_INIT(sinek, 0.8, [[email protected]]) +AM_INIT_AUTOMAKE +AC_CONFIG_HEADERS(include/config.h) +AC_CONFIG_SRCDIR(src/main.c) dnl Checks for programs AC_PROG_CC @@ -58,7 +58,8 @@ [ --disable-guile disable use of guile scripting], guile=$enableval, guile=yes) if test "$guile" = yes; then - AM_PATH_GUILE(lala, AC_DEFINE(USE_GUILE,1,[Define this if you have GUILE installed]), [guile=no]) + GUILE_FLAGS(lala, AC_DEFINE(USE_GUILE,1,[Define this is you have GUILE installed]), [guile=no]) + fi AM_CONDITIONAL(DO_GUILE, test "x$guile" = "xyes") ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp