You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
echoping/SRC/plugins/configure.ac

12 lines
126 B
Plaintext

dnl $Id$
AC_INIT(random.c)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_CHECK_FUNCS(usleep)
AC_OUTPUT(Makefile)