You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kaffeine-mozilla/configure.in

23 lines
537 B

AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(kaffeine_mozilla, 0.2)
AC_LANG_C
AC_PROG_CC
AM_PROG_LIBTOOL
dnl ---------------------------------------------
dnl Checks for X11
dnl ---------------------------------------------
AC_PATH_XTRA
dnl ---------------------------------------------
dnl Check for Xaw headers
dnl ---------------------------------------------
AC_CHECK_HEADER(X11/Xaw/Form.h,,
[AC_MSG_ERROR([you need to install libxaw header files (-dev package)])])
AC_OUTPUT(Makefile src/Makefile)