File: configure.in

package info (click to toggle)
msql 2.0.3-5
  • links: PTS
  • area: non-free
  • in suites: hamm, slink
  • size: 3,596 kB
  • ctags: 2,483
  • sloc: ansic: 34,769; sh: 1,309; yacc: 1,084; perl: 328; makefile: 267
file content (20 lines) | stat: -rwxr-xr-x 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src)
AC_CONFIG_HEADER(src/config.h)
AC_PROG_RANLIB()
AC_PROG_YACC()
AC_HAVE_FUNCS(strdup)
AC_HAVE_FUNCS(rindex)
AC_HAVE_FUNCS(bcopy)
AC_HAVE_FUNCS(ftruncate)
AC_HAVE_FUNCS(symlink)
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
AC_HAVE_LIBRARY(gen)
AC_HAVE_LIBRARY(x)
AC_HAVE_HEADERS(sys/select.h)
AC_HAVE_HEADERS(unistd.h)
AC_HAVE_HEADERS(malloc.h)
AC_HAVE_HEADERS(string.h)
AC_HAVE_HEADERS(strings.h)
AC_OUTPUT(src/Makefile src/reglib/Makefile)