dnl Configure template for csize dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(csize.c) AC_SET_MAKE CFLAGS=${CFLAGS--O} AC_VERBOSE(setting CFLAGS to $CFLAGS)AC_SUBST(CFLAGS) LDFLAGS=${LDFLAGS-} AC_VERBOSE(setting LDFLAGS to $LDFLAGS)AC_SUBST(LDFLAGS) AC_PROG_INSTALL AC_PROG_CC AC_PROTOTYPES AC_PROG_LEX case "$LEX" in flex) echo "NOTE: I found flex, but didn't check the version number." ;; lex) echo "NOTE: Sorry, flex is required, and I couldn't find it." exit 1 ;; esac AC_OUTPUT(Makefile)