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 7607355b77b51fd43706c8a21810f2aea1c8a1a3..450204450c3b757e382cc20f2fa98bc62e78aeab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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):
index 67caa05a0e09e75659dc4fa4014cef9e6ed72153..686b0e253a550cc467a57139bbb70b33e57fb77a 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])