X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=configure.ac;h=ad95022df928a1280b58e607b5e34dc59e90ca26;hb=c6009981145d784b85990702617018ebc5d6cc8a;hp=191b5837cdaa7019622b647f3d06b6a35dd9ca5a;hpb=c6be847cfdfb0dafed7d77bb0895bf4bfb049e0a;p=rodin%2Fchimara.git diff --git a/configure.ac b/configure.ac index 191b583..ad95022 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # tarballname) AC_INIT([chimara], [0.1]) # Sanity check to make sure we are running Autoconf from the right directory -AC_CONFIG_SRCDIR(src/chimara-glk.c) +AC_CONFIG_SRCDIR(libchimara/chimara-glk.c) # Initialize Automake AM_INIT_AUTOMAKE([-Wall]) @@ -16,6 +16,8 @@ AM_INIT_AUTOMAKE([-Wall]) AC_PROG_CC # C compiler AM_PROG_CC_C_O # Automake requires this for per-target CFLAGS AC_PROG_INSTALL # Install +m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) # Disable unnecessary Libtool checks +m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) # to save time (1.5 only) LT_INIT # Libtool 2.2.6 and up #LT_INIT([dlopen]) # Should call it this way, but #LT_PREREQ([2.2.6]) # ...goddamn Fedora 10 still has 1.5 @@ -75,7 +77,11 @@ AC_CONFIG_FILES([ Makefile chimara.pc chimara-plugin.pc -src/Makefile +libchimara/Makefile +interpreters/Makefile +interpreters/frotz/Makefile +interpreters/nitfol/Makefile +tests/Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml