diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-04 13:26:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-04 14:25:32 +1000 |
commit | 30de3da4c87322a73b2ab72e6ac83f689ec42adf (patch) | |
tree | 49300b39912d15f2bf61dca87651b547702e4c47 /configure.ac | |
parent | 4d8676a859a2a8ebde03d8a9fe6bd79060f16cf5 (diff) |
Allow foreign automake, remove empty AUTHORS and NEWS.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c48734..700b922 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) AC_INIT(libXi, 1.2.99.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE # Require xorg-macros: XORG_CWARNFLAGS, XORG_CHANGELOG |