autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoconf & Flex 2.5.4


From: John Poltorak
Subject: Autoconf & Flex 2.5.4
Date: Mon, 29 Oct 2001 09:41:04 +0000

What is the recommended way of creating a configure script for Flex 2.5.4 
using Autoconf v2.50?


This is the current configure.in:-

dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(initscan.c)
AC_CONFIG_HEADER(config.h:conf.in)

AC_LN_S
AC_PROG_YACC
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_CONST
AC_TYPE_SIZE_T
AC_HEADER_STDC
AC_HAVE_HEADERS(string.h malloc.h sys/types.h)

case "$YACC" in
*bison*)
  AC_ALLOCA
  ;;
esac

AC_OUTPUT(Makefile,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])



I don't know if I need to do any pre-processing to convert this to a 
new format before running autoconf...


-- 
John






reply via email to

[Prev in Thread] Current Thread [Next in Thread]