[deb] / hashalot / trunk / configure.ac Repository:
ViewVC logotype

View of /hashalot/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


Revision 46 - (download) (annotate)
Fri Jan 25 02:44:53 2008 UTC (2 years, 7 months ago) by kilobyte
File size: 363 byte(s)
revert autotoolage fixes

AC_INIT(hashalot.c)
AM_INIT_AUTOMAKE(hashalot, 0.1.0)

AC_PROG_INSTALL
AC_PROG_CC
AC_PROG_LN_S

AC_HEADER_STDC
AC_CHECK_HEADERS(libgen.h stdio.h stdlib.h string.h unistd.h assert.h sys/types.h sys/mman.h endian.h , , [ AC_MSG_ERROR(required header not found)])
AC_CHECK_FUNCS(getopt snprintf , , [ AC_MSG_ERROR(required function not found)])

AC_OUTPUT(Makefile)

ViewVC Help
Powered by ViewVC 1.0.5