[go: up one dir, main page]

File: configure.ac

package info (click to toggle)
zomg 0.3.10-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 384 kB
  • ctags: 44
  • sloc: sh: 1,195; ansic: 192; xml: 100; makefile: 89
file content (13 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_INIT(zomg, [0.3.10])
AM_INIT_AUTOMAKE

AC_PROG_CC

AC_PATH_PROG([M4], [m4], [false])

AC_CHECK_HEADERS([vorbis/vorbisfile.h])

AC_CHECK_LIB(vorbisfile, ov_open)

AC_CONFIG_FILES([Makefile])
AC_OUTPUT