2 # Process this file with autoconf to produce a configure script.
5 AC_INIT([sshpass], [1.05])
7 AC_COPYRIGHT([Copyright (C) 2006,2008,2011 Lingnu Open Source Consulting Ltd.])
8 AC_CONFIG_SRCDIR([main.c])
10 AC_USE_SYSTEM_EXTENSIONS
12 # Checks for programs.
15 # Checks for libraries.
17 # Checks for header files.
20 AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/ioctl.h unistd.h termios.h])
22 # Checks for typedefs, structures, and compiler characteristics.
27 # Checks for library functions.
29 AC_PROG_GCC_TRADITIONAL
31 AC_FUNC_SELECT_ARGTYPES
33 AC_CHECK_FUNCS([select posix_openpt strdup])
35 AC_CONFIG_FILES([Makefile])
36 AM_CONFIG_HEADER(config.h)