aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-10-07 05:40:26 +0000
committerEric Anholt <anholt@freebsd.org>2005-10-07 05:40:26 +0000
commitad4191d22b44c7ad79d93e17ea05cf5926497839 (patch)
treeb9823cc960a9fdb958a21084070820b401c479fb
parentMake a dummy window with a name, so xrestop can point its finger at (diff)
downloadxcman-ad4191d22b44c7ad79d93e17ea05cf5926497839.tar.gz
xcman-ad4191d22b44c7ad79d93e17ea05cf5926497839.tar.bz2
xcman-ad4191d22b44c7ad79d93e17ea05cf5926497839.tar.xz
Add the foreign flag so autotools doesn't incorrectly slap a GPL on this,
and add a .cvsignore for cvs up clarity.
-rw-r--r--.cvsignore15
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..44db55f
--- /dev/null
+++ b/.cvsignore
@@ -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
diff --git a/ChangeLog b/ChangeLog
index 7607355..4502044 100644
--- 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.
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])