# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) AC_INIT([PUSK], [0.9.6], [jean-marc.andre@hp.com], [PUSK]) AM_INIT_AUTOMAKE # Checks for programs. AC_PROG_INSTALL # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_CONFIG_FILES([ Makefile ]) AC_OUTPUT