# Process this file with autoconf to produce a configure script. AC_INIT(configure.ac) AM_INIT_AUTOMAKE(cardpics,0.4) # 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 data/Makefile cardpics.spec]) AC_OUTPUT