gremlin/gremlin.in: Walk the various output trees concurrently.
[autoys] / configure.ac
index 16813ce..b20a56d 100644 (file)
@@ -28,7 +28,7 @@ dnl Initialization.
 
 mdw_AUTO_VERSION
 AC_INIT([autoys], AUTO_VERSION, [mdw@distorted.org.uk])
-AC_CONFIG_SRCDIR([gremlin/gremlin])
+AC_CONFIG_SRCDIR([gremlin/gremlin.in])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([foreign])
 mdw_SILENT_RULES
@@ -64,7 +64,9 @@ AM_CONDITIONAL([HAVE_BASH], [test $have_bash = yes])
 dnl--------------------------------------------------------------------------
 dnl Output.
 
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES(
+  [Makefile]
+  [gremlin/Makefile])
 AC_OUTPUT
 
 dnl----- That's all, folks --------------------------------------------------