File:  [Local Repository] / froggix / configure.ac
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Mar 27 19:47:27 2009 UTC (15 years, 7 months ago) by nick
Branches: froggix
CVS tags: v1_0
Initial import of Froggix.

#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(froggix, 0.5, nick@declario.com)
AM_INIT_AUTOMAKE(froggix, 0.5)
AC_CONFIG_SRCDIR([froggix.c])
AC_CONFIG_HEADER([config.h])

# Checks for programs.
AC_PROG_CC

# Checks for libraries.

# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h unistd.h])

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_OUTPUT(Makefile)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>