diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 21:15:50 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 21:15:50 +0000 |
commit | ec602c9639e4eedb36a570943999fea0a07b5f8c (patch) | |
tree | 55690b0693e1f4fc34c05ab7191e41ba5b7e19ff | |
parent | 0767d4880359983cbe83a4ea396d81efb5d6882b (diff) |
Add .cvsignore files
Depend on xproto, not x11 so we do not link against -X11
-rw-r--r-- | .cvsignore | 19 | ||||
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | encodings/.cvsignore | 3 | ||||
-rw-r--r-- | encodings/large/.cvsignore | 3 | ||||
-rw-r--r-- | src/.cvsignore | 6 |
6 files changed, 43 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..b06820e --- /dev/null +++ b/.cvsignore @@ -0,0 +1,19 @@ +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +fontenc.pc +install-sh +libtool +ltmain.sh +Makefile +Makefile.in +missing +mkinstalldirs +stamp-h1 @@ -1,3 +1,14 @@ +2005-07-09 Keith Packard <keithp@keithp.com> + + * .cvsignore: + * encodings/.cvsignore: + * encodings/large/.cvsignore: + * src/.cvsignore: + Add .cvsignore files + + * configure.ac: + Depend on xproto, not x11 so we do not link against -X11 + 2005-06-30 Alexander Gottwald <ago at freedesktop dot org> * configure.ac: diff --git a/configure.ac b/configure.ac index 029d0dd..c98da5b 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ fi AC_CHECK_LIB(z, gzclose) # Check for dependencies -PKG_CHECK_MODULES(DEP, x11) +PKG_CHECK_MODULES(DEP, xproto) AC_SUBST(DEP_CFLAGS) AC_SUBST(DEP_LIBS) diff --git a/encodings/.cvsignore b/encodings/.cvsignore new file mode 100644 index 0000000..0b23b3c --- /dev/null +++ b/encodings/.cvsignore @@ -0,0 +1,3 @@ +*.enc.gz +Makefile +Makefile.in diff --git a/encodings/large/.cvsignore b/encodings/large/.cvsignore new file mode 100644 index 0000000..0b23b3c --- /dev/null +++ b/encodings/large/.cvsignore @@ -0,0 +1,3 @@ +*.enc.gz +Makefile +Makefile.in diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..05b61a7 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +*.lo +libfontenc.la +Makefile +Makefile.in |