summaryrefslogtreecommitdiffstats
path: root/lib/uuid/configure.in
blob: bf9509fec87e3474c3b583c5129347fdff0cb010 (plain)
1
2
3
4
5
6
7
8
9
10
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)