Blob Blame History Raw
dnl
dnl  Not used now, for the future when uuid is separated out into its 
dnl own package.
dnl
AC_INIT(gen_uuid.c)
AC_PREREQ(2.12)

AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
AC_CHECK_FUNCS(srandom)
AC_OUTPUT(Makefile)