diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -2,6 +2,10 @@ [task #5956 --- ``Automake'ify GNU Mach's code base''] + * configure.ac <config.status.dep.patch>: Point to [bug #18011 --- + ``GNU Mach: `make install-data' will build the ``to-be-generated + files'''']. + * Makefile.in: Regenerate. * Makefrag.am (include_mach_exec): Rename to `include_mach_eXec'. diff --git a/configure.ac b/configure.ac index f206924..534a948 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,9 @@ AC_CONFIG_FILES([Makefile version.c]) # when running `make clean', the build system may decide to first build all the # to-be-genereated files and afterwards remove them again, but it works and I # don't want to spend more thoughts on this issue at the moment. Feel free to -# suggest something better. +# suggest something better. TODO. See <http://savannah.gnu.org/bugs/?18011> +# --- ``GNU Mach: `make install-data' will build the ``to-be-generated +# files''''. # dnl AC_CONFIG_COMMANDS_POST([ |