# Copyright (C) 10 Feb 1999 Jonas Munsin # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. AC_INIT(reconf) # added for 0.1.14 AM_CONFIG_HEADER(config.h) # note to oneself: something has broken with automake: # bumping the versions number takes some playing to take effect AM_INIT_AUTOMAKE(gcombust,0.1.55) # added for 0.1.14 ALL_LINGUAS="sk sv es de ja no fr hu ko ru it da gl hr nl pl" AC_PROG_CC AC_AIX AC_ISC_POSIX AC_MINIX # added for 0.1.18 AM_PROG_CC_STDC AC_PROG_MAKE_SET AC_PROG_INSTALL AC_STDC_HEADERS # added for 0.1.14 localedir='${prefix}/${DATADIRNAME}/locale' AC_SUBST(localedir) AM_GNU_GETTEXT AM_PATH_GTK(1.2.0) AC_OUTPUT(Makefile doc/Makefile m4/Makefile src/Makefile intl/Makefile po/Makefile.in)