File: configure.in

package info (click to toggle)
tetex-bin 1.0.7%2B20011202-7.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 45,604 kB
  • ctags: 32,286
  • sloc: ansic: 254,806; cpp: 195,997; sh: 17,818; perl: 9,319; makefile: 3,461; yacc: 1,918; pascal: 1,328; awk: 986; asm: 851; lex: 813; sed: 511; lisp: 276; csh: 47
file content (21 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dnl Process this file with autoconf to produce a configure script.
AC_INIT(dialog.c)

AC_CONFIG_AUX_DIR(../../config)

AC_PROG_CC
AC_PROG_CPP
AC_PROG_GCC_TRADITIONAL
AC_ISC_POSIX
AC_PROG_INSTALL
AC_SET_MAKE
AC_CONFIG_HEADER(dialogconfig.h)
AC_CHECK_FUNCS(strcasecmp)

sinclude(../../multiplatform.ac)
sinclude(../../libs/ncurses/withenable.ac)
sinclude(../../libs/ncurses/ncurses.ac)

dnl ac_configure_args=`echo "$ac_configure_args" | sed 's@--prefix=[[^ ]]*@@'`

AC_OUTPUT(Makefile)