Add the foreign flag so autotools doesn't incorrectly slap a GPL on this,
and add a .cvsignore for cvs up clarity.
This commit is contained in:
parent
f5fe54f5fd
commit
ad4191d22b
15
.cvsignore
Normal file
15
.cvsignore
Normal file
@ -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
|
@ -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>
|
2005-10-06 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* xcompmgr.c: (give_me_a_name), (main):
|
* xcompmgr.c: (give_me_a_name), (main):
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([xcompmgr], [1.1.2], [xorg@freedesktop.org])
|
AC_INIT([xcompmgr], [1.1.2], [xorg@freedesktop.org])
|
||||||
AC_CONFIG_SRCDIR([xcompmgr.c])
|
AC_CONFIG_SRCDIR([xcompmgr.c])
|
||||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user