Parent Directory
|
Revision Log
keeps things consistent between autoconf and automake
| 1 | dnl $Revision: $ |
| 2 | dnl Process this file with autoconf to produce a configure script. |
| 3 | |
| 4 | AC_INIT([splashy], [0.1+SVN], [splashy-devel@alioth.debian.org]) |
| 5 | AC_CONFIG_SRCDIR(src/main.c) |
| 6 | AM_CONFIG_HEADER(config.h) |
| 7 | AM_INIT_AUTOMAKE([splashy], [0.1+SVN]) |
| 8 | |
| 9 | AC_PREREQ(2.59) |
| 10 | |
| 11 | AC_LANG_C |
| 12 | AC_PROG_CC |
| 13 | AC_PROG_INSTALL |
| 14 | AC_PROG_LIBTOOL |
| 15 | PKG_CHECK_MODULES(splashy, [glib-2.0, directfb]) |
| 16 | AC_SUBST(splashy_LIBS) |
| 17 | AC_SUBST(splashy_CFLAGS) |
| 18 | |
| 19 | AC_OUTPUT(Makefile src/Makefile Doxyfile) |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |