File: configure.in

package info (click to toggle)
mowitz 0.2.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,168 kB
  • ctags: 4,214
  • sloc: ansic: 30,869; sh: 9,051; makefile: 169
file content (23 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
AC_INIT(README)
AM_INIT_AUTOMAKE(Mowitz, 0.2.0)

AC_PROG_AWK
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_ISC_POSIX

AC_PROG_LIBTOOL

AC_PATH_XTRA
AC_HEADER_DIRENT

AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_STRUCT_TM

AC_CHECK_MOWITZ

AC_OUTPUT(Makefile Mowitz/Makefile Mowitz/cursor/Makefile \
	Mowitz/fonts/Makefile Mowitz/pixmaps/Makefile \
	examples/Makefile doc/Makefile)