File: configure.in

package info (click to toggle)
emacspeak-dt 1.0-2
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 176 kB
  • ctags: 7
  • sloc: sh: 192; makefile: 74
file content (16 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dnl Process this file with autoconf to produce a configure script.
AC_INIT()

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)