home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
libm-5.4-src.tgz
/
tar.out
/
bsd
/
libm
/
configure.in
< prev
next >
Wrap
Text File
|
1996-10-05
|
219b
|
11 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(common_source/log.c)
AC_PROG_CC
AC_GCC_TRADITIONAL
AC_PROG_INSTALL
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CHECK_TOOL(AR, ar)
AC_OUTPUT(Makefile)