www.pudn.com > flashplayer-0.2_HeZhe_streamsound.rar > configure.in.old, change:2002-01-28,size:1533b


dnl Process this file with autoconf to produce a configure script.
AC_INIT(mpglib/layer3.c)
AM_INIT_AUTOMAKE (flashplayer, 0.1)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AM_PROG_LIBTOOL

dnl Checks for libraries.
dnl Replace `main' with a function in -lc:
AC_CHECK_LIB(c, main)
dnl Replace `main' with a function in -lgcc:
AC_CHECK_LIB(gcc, main)
dnl Replace `main' with a function in -ljpeg:
AC_CHECK_LIB(jpeg, main)
dnl Replace `main' with a function in -lm:
AC_CHECK_LIB(m, main)
dnl Replace `main' with a function in -lmgext:
AC_CHECK_LIB(mgext, main)
dnl Replace `main' with a function in -lminigui:
AC_CHECK_LIB(minigui, main)
dnl Replace `main' with a function in -lmywins:
AC_CHECK_LIB(mywins, main)
dnl Replace `main' with a function in -lpng:
AC_CHECK_LIB(png, main)
dnl Replace `main' with a function in -lpthread:
AC_CHECK_LIB(pthread, main)
dnl Replace `main' with a function in -lstdc:
AC_CHECK_LIB(stdc, main)
dnl Replace `main' with a function in -lz:
AC_CHECK_LIB(z, main)

dnl Checks for header files.
AC_PATH_X
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/ioctl.h sys/time.h unistd.h)

dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
AC_HEADER_TIME

dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
AC_CHECK_FUNCS(gettimeofday strdup strerror strstr)

AC_OUTPUT(Zlib/Makefile Player/Makefile Plugin/Makefile Makefile Lib/Makefile mpglib/Makefile Jpeg/Makefile)