File: configure.in

package info (click to toggle)
emacspeak-ss 1.12.1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 536 kB
  • ctags: 18
  • sloc: tcl: 533; sh: 445; perl: 170; makefile: 136; ansic: 77
file content (22 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
dnl Process this file with autoconf to produce a configure script.
AC_INIT()

VERSION=1.12.1
AC_SUBST(VERSION)

dnl emacspeak installs here
AC_PREFIX_DEFAULT(/usr)

dnl Checks for programs.
AC_PROG_INSTALL
AC_PROG_LN_S

dnl Checks for libraries.

dnl Checks for header files.

dnl Checks for typedefs, structures, and compiler characteristics.

dnl Checks for library functions.

AC_OUTPUT(Makefile)