84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
26 lines
523 B
Text
26 lines
523 B
Text
dnl Process this file with 'autoconf' to produce a 'configure' script
|
|
dnl Id: configure.in,v 1.14 2012/10/03 23:41:36 tom Exp
|
|
AC_PREREQ(2.52.20011201)
|
|
AC_REVISION(Revision: 1.14 )
|
|
AC_INIT(main.c)
|
|
AC_CONFIG_HEADER(config.h:config_h.in)
|
|
|
|
CF_CHECK_CACHE([AC_CANONICAL_SYSTEM])
|
|
|
|
AC_ARG_PROGRAM
|
|
CF_PROG_CC
|
|
AC_PROG_MAKE_SET
|
|
AC_PROG_INSTALL
|
|
CF_MAKE_TAGS
|
|
CF_PROG_LINT
|
|
|
|
CF_XOPEN_SOURCE
|
|
AC_CHECK_HEADERS(fcntl.h)
|
|
CF_MKSTEMP
|
|
|
|
CF_WITH_WARNINGS(Wwrite-strings)
|
|
CF_DISABLE_ECHO
|
|
CF_DISABLE_LEAKS
|
|
|
|
### output makefile
|
|
AC_OUTPUT(makefile)
|