dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.am) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(lgeneral-data,1.1.3) dnl Checks for programs. AC_PROG_CC AC_PROG_RANLIB dnl installation path inst_dir=$datadir/games/lgeneral AC_SUBST(inst_dir) AC_OUTPUT(Makefile src/Makefile)