File: configure.in

package info (click to toggle)
svox 1.0%2Bgit20110131-2
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 55,900 kB
  • sloc: ansic: 33,638; cpp: 2,013; xml: 784; perl: 498; java: 440; sh: 436; makefile: 99
file content (19 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT([svox], [1.0], [math.parent@gmail.com])

AM_INIT_AUTOMAKE([1.9 foreign])

AC_PROG_CC
LT_INIT
AC_PROG_LIBTOOL

AC_CONFIG_FILES([Makefile])
AC_OUTPUT

AC_CONFIG_MACRO_DIR([m4])

AC_CHECK_LIB(popt, poptGetContext)