summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-09-27 16:07:10 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-09-27 21:24:25 +0200
commit00b80166a4750b57af0a1b2552dfeeea41d4e256 (patch)
tree6383ddad1c6c3150325639641ac3fe9a7476eeee /configure.ac
parenta379640997753a1a84e667ef9f993f95b25c2ca9 (diff)
* configure.ac (AM_INIT_AUTOMAKE): Add dist-bzip2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3a7d3be6..40e78a04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Configure script for GNU Mach.
-dnl Copyright (C) 1997, 1998, 1999, 2004, 2006, 2007, 2008, 2010 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1997, 1998, 1999, 2004, 2006, 2007, 2008, 2010, 2013 Free
+dnl Software Foundation, Inc.
dnl Permission to use, copy, modify and distribute this software and its
dnl documentation is hereby granted, provided that both the copyright
@@ -25,6 +25,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(
[1.10.2]
+ [dist-bzip2]
dnl Don't define `PACKAGE' and `VERSION'.
[no-define]
dnl Do not clutter the main build directory.