Add the foreign flag so autotools doesn't incorrectly slap a GPL on this,
authorEric Anholt <anholt@freebsd.org>
Fri, 7 Oct 2005 05:40:26 +0000 (05:40 +0000)
committerEric Anholt <anholt@freebsd.org>
Fri, 7 Oct 2005 05:40:26 +0000 (05:40 +0000)
    and add a .cvsignore for cvs up clarity.

.cvsignore [new file with mode: 0644]
ChangeLog
configure.ac

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..44db55f
--- /dev/null
@@ -0,0 +1,15 @@
+.deps
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.h
+config.h.in
+config.log
+config.status
+configure
+depcomp
+install-sh
+missing
+stamp-h1
+xcompmgr
index 7607355..4502044 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-10-06  Eric Anholt  <anholt@FreeBSD.org>
 
+       * .cvsignore:
+       * configure.ac:
+       Add the foreign flag so autotools doesn't incorrectly slap a GPL on
+       this, and add a .cvsignore for cvs up clarity.
+
+2005-10-06  Eric Anholt  <anholt@FreeBSD.org>
+
        * xcompmgr.c: (give_me_a_name), (main):
        Make a dummy window with a name, so xrestop can point its finger at
        xcompmgr for being such a pig.
index 67caa05..686b0e2 100644 (file)
@@ -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])