File: configure.in

package info (click to toggle)
svox 1.0%2Bgit20130326-13
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 62,260 kB
  • sloc: ansic: 33,732; cpp: 2,726; java: 1,529; xml: 1,328; perl: 498; sh: 438; makefile: 110
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)