blob: bf9509fec87e3474c3b583c5129347fdff0cb010 [file] [log] [blame]
Theodore Ts'of9e67062000-07-13 23:25:54 +00001dnl
2dnl Not used now, for the future when uuid is separated out into its
3dnl own package.
4dnl
5AC_INIT(gen_uuid.c)
6AC_PREREQ(2.12)
7
8AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
9AC_CHECK_FUNCS(srandom)
10AC_OUTPUT(Makefile)