You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|