diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-10-15 17:15:28 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:47 +0200 |
commit | ae100ac2e1a01d6dd395f305c48645ebae5e2762 (patch) | |
tree | f9eceb031fea466a188d75ecde06cca396163180 /configure.ac | |
parent | ccb47401fe5bd73003d971ccd6b1b12af9f9cb4a (diff) | |
download | gnumach-ae100ac2e1a01d6dd395f305c48645ebae5e2762.tar.gz gnumach-ae100ac2e1a01d6dd395f305c48645ebae5e2762.tar.bz2 gnumach-ae100ac2e1a01d6dd395f305c48645ebae5e2762.zip |
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
[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''''].
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f206924e..534a948f 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([ |