Whamcloud - gitweb
tests: skip running long test with "make check" and add "make fullcheck"
[tools/e2fsprogs.git] / lib / uuid / configure.in
1 dnl
2 dnl  Not used now, for the future when uuid is separated out into its 
3 dnl own package.
4 dnl
5 AC_INIT(gen_uuid.c)
6 AC_PREREQ(2.12)
7
8 AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
9 AC_CHECK_FUNCS(srandom)
10 AC_OUTPUT(Makefile)