diff --git a/configuration/configure.ac b/configuration/configure.ac index 581c60c..bfc8141 100644 --- a/configuration/configure.ac +++ b/configuration/configure.ac @@ -14,17 +14,6 @@ AC_INIT([INFO Database Handbook], [2.0]) dnl -dnl Files to be generated. Currently this is only make include file containing -dnl the list of tools used. We could use autoconf to just insert these directly -dnl into each of the files in ../make-includes and ../makefile-templates, as -dnl appropriate, but it seems to make more sense to define them all in one -dnl place. This will make it easier to reuse them in other (especially -dnl non-handbook) contexts. -dnl -AC_CONFIG_FILES([../make-includes/local_configuration.make]) - - -dnl dnl Check required environment variables. Note that we don't error out if any dnl aren't defined, as the makefiles will warn about this anyway. It's really dnl just more for completeness than anything that they're included here. @@ -208,4 +197,15 @@ AC_PATH_PROG(SASS, sass) +dnl +dnl Files to be generated. Currently this is only make include file containing +dnl the list of tools used. We could use autoconf to just insert these directly +dnl into each of the files in ../make-includes and ../makefile-templates, as +dnl appropriate, but it seems to make more sense to define them all in one +dnl place. This will make it easier to reuse them in other (especially +dnl non-handbook) contexts. +dnl +AC_CONFIG_FILES([${TEACHING_SHARED}/Authoring/Handbook/make-includes/local_configuration.make]) + + AC_OUTPUT