diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:09 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-19 11:28:32 -0500 |
commit | 396ee9b7e7e3b1dd64532270c4e32cdb33857596 (patch) | |
tree | 3006dced38a6bdd3c98aeb70da80a23c755452fb /configure.ac | |
parent | 1dcda0c4d5d506e18a7989ff05f2ad8569a73f23 (diff) |
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
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 66bae7fd..6b3c4c6c 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_AUX_DIR(.) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_SYS_LARGEFILE AM_MAINTAINER_MODE |