diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-10-07 05:40:26 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-10-07 05:40:26 +0000 |
commit | ad4191d22b44c7ad79d93e17ea05cf5926497839 (patch) | |
tree | b9823cc960a9fdb958a21084070820b401c479fb /configure.ac | |
parent | f5fe54f5fdafdeeec6c57742287d058735163899 (diff) |
Add the foreign flag so autotools doesn't incorrectly slap a GPL on this,
and add a .cvsignore for cvs up clarity.
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 67caa05..686b0e2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.57) AC_INIT([xcompmgr], [1.1.2], [xorg@freedesktop.org]) AC_CONFIG_SRCDIR([xcompmgr.c]) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE AC_CONFIG_HEADER([config.h]) |