From a5f0bb917f1c6f1fa57358ed36546b81b4fcc210 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 5 Nov 2006 20:50:25 +0000 Subject: 2006-11-05 Thomas Schwinge [task #5956 --- ``Automake'ify GNU Mach's code base''] * configure.ac : Add `no-define' and `1.9'. --- configure.ac | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2c4222d..a4866d6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,15 @@ AC_CONFIG_SRCDIR([kern/ipc_kobject.c]) AC_CONFIG_AUX_DIR([build-aux]) +AM_INIT_AUTOMAKE( +dnl Don't define `PACKAGE' and `VERSION'. + [no-define] dnl Do not clutter the main build directory. -AM_INIT_AUTOMAKE([subdir-objects]) + [subdir-objects] +dnl This is only a very rough estimation of the version we actually need. Feel +dnl free to refine that. + [1.9] +) # # Deduce the output variable `systype' from the configuration parameters. -- cgit v1.2.3