www.pudn.com > tvctrl.rar > configure.in
dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) AC_INIT(chdb.c) dnl ======================================================================== dnl Checks for programs. AC_PROG_CC AC_PROG_LIBTOOL AC_PROG_MAKE_SET AC_PROG_INSTALL AC_PROG_LN_S AM_INIT_AUTOMAKE(tvctrl,0.5) AM_PROG_LIBTOOL dnl Checks for header files. AC_HEADER_STDC dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST DEFINES="" LIBS="$LIBS -laticore -latiacl -lghttp -ladv7400lib" COPTI="-Wall -O2 -mips2 -msoft-float" CFLAGS="$CFLAGS $COPTI $DEFINES" AC_OUTPUT(Makefile)