From: Eric Anholt Date: Fri, 7 Oct 2005 05:40:26 +0000 (+0000) Subject: Add the foreign flag so autotools doesn't incorrectly slap a GPL on this, X-Git-Tag: XCOMPMGR_1_1_3~1 X-Git-Url: http://git.openbox.org/?p=dana%2Fxcompmgr.git;a=commitdiff_plain;h=ad4191d22b44c7ad79d93e17ea05cf5926497839;hp=f5fe54f5fdafdeeec6c57742287d058735163899 Add the foreign flag so autotools doesn't incorrectly slap a GPL on this, and add a .cvsignore for cvs up clarity. --- 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 + * .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 + * 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])