1dnl 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) 11