view configure.in @ 23:849ea86e132b

*** empty log message ***
author Karl Berry <karl@freefriends.org>
date Sat, 21 Nov 1992 01:51:22 +0000
parents a1525cdb28f9
children 7f41c8e3de0d
line wrap: on
line source

dnl Process this file with autoconf to produce a configure script.
AC_INIT(regex.c)

AC_PROG_CC
AC_PROG_INSTALL

dnl I'm not sure if AC_AIX and AC_DYNIX_SEQ are really necessary.  The
dnl Autoconf documentation isn't specific about which BSD functions they
dnl provide.
AC_AIX
AC_DYNIX_SEQ
AC_ISC_POSIX
AC_MINIX

AC_STDC_HEADERS
AC_USG

AC_ALLOCA
AC_CONST

AC_PREFIX(gcc)

AC_OUTPUT(Makefile doc/Makefile test/Makefile)