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.
gentoo-overlay/sys-apps/prctl/files/configure.ac

14 lines
200 B

AC_INIT([prctl], [1.6])
AC_CONFIG_SRCDIR([prctl.c])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h)
AC_CHECK_FUNCS(strerror)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT