diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:09 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-19 09:40:56 -0500 |
commit | 3d23ef4888a75b42a95e117db0811e98693f8d09 (patch) | |
tree | 3ea1aaf2a52b68aee6212b5e2940dba7a9f9187e /configure.ac | |
parent | Several driver modules do not have a ChangeLog target in Makefile.am #23814 (diff) | |
download | xf86-input-evdev-3d23ef4888a75b42a95e117db0811e98693f8d09.tar.gz xf86-input-evdev-3d23ef4888a75b42a95e117db0811e98693f8d09.tar.bz2 xf86-input-evdev-3d23ef4888a75b42a95e117db0811e98693f8d09.zip |
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 c44c9e2..9d8d0a7 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_INIT([xf86-input-evdev], AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_AUX_DIR(.) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |