summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-08-23 19:14:35 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-08-23 19:14:35 -0700
commit3d5e7dd18c8836065c4835740211c10747b18abd (patch)
treea11707949917e70f5c79b3bf46d71b90465ee449
parent92807fe90aad2303cec4b54bec40ce6edf671654 (diff)
downloadxorg-lib-libxtrans-3d5e7dd18c8836065c4835740211c10747b18abd.tar.gz
Replace static ChangeLog with dist-hook to generate from git-log
-rw-r--r--ChangeLog95
-rw-r--r--Makefile.am7
2 files changed, 7 insertions, 95 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 4b9da6c..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,95 +0,0 @@
-2006-06-29 Donnie Berkholz <spyderous@gentoo.org>
-
- * configure.ac: Bump to 1.0.1.
-
-2006-06-20 Matthieu Herrb <matthieu.herrb@laas.fr>
-
- * Xtranslcl.c
- Check setuid() return value. Bugzilla #7116.
-
-2006-05-25 Jeremy C. Reed <reed@reedmedia.net>
-
- * Xtranssock.c:
- No code change. Just fix comment that said SOCKCONN to become
- TCPCONN.
-
-2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for final X11R7 release candidate.
-
-2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for X11R7 RC2 release.
-
-2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for RC1 release.
-
-2005-08-17 Charlie & <anholt@FreeBSD.org>
-
- * xtrans.m4:
- On FreeBSD, some of the symbols necessary for secure RPC support are in
- librpcsvc, so check for their presence in rpcsvc so that the library
- will be added.
-
-2005-07-14 Alan Coopersmith <alan.coopersmith@sun.com>
-
- * xtrans.m4:
- Split out TCP library/IPv6 support checks into XTRANS_TCP_FLAGS for
- sharing with code like xdm that doesn't use Xtrans but accesses TCP
- sockets directly.
- Clean up --enable flags and report settings in configure output.
-
-2005-07-08 Keith Packard <keithp@keithp.com>
-
- * .cvsignore:
- Add .cvsignore files
-
-2005-07-03 Daniel Stone <daniel@freedesktop.org>
-
- * xtrans.pc.in:
- Change ${includedir} to @includedir@, removing /X11/Xtrans.
-
-2005-06-22 Theo van Klaveren <t.vanklaveren@student.utwente.nl>
-
- Fix make distcheck.
-
- * Makefile.am: Add xtrans.m4 to EXTRA_DIST. Revert installation
- of xtrans.m4 outside of prefix.
- * configure.ac: Remove check for aclocal include dir.
-
-2005-06-09 Alexander Gottwald <ago@freedesktop.org>
-
- * Makefile.am:
- Use $(includedir)/X11/Xtrans for Xtransincludedir
-
-Wed May 25 15:40:19 2005 Søren Sandmann <sandmann@redhat.com>
-
- * xtrans.pc.in (Cflags): Go back to having the includedir be
- X11/Xtrans.
-
-2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
-
- * Makefile.am:
- * xtrans.m4:
- Create autoconf macro XTRANS_CONNECTION_FLAGS to provide
- standard set of --enable flags for which transports to
- support and common place to update for required libraries
- for platforms that need certain libs for certain transports.
-
-Fri May 13 11:15:48 2005 Søren Sandmann <sandmann@redhat.com>
-
- * ChangeLog, configure.ac: Dummy changes to see if that fixes
- group permissions.
-
-Thu May 12 11:49:10 2005 Søren Sandmann <sandmann@redhat.com>
-
- * Makefile.am, configure.ac: Remove references to Xtransdef.h.
-
-2005-05-12 Daniel Stone <daniel@freedesktop.org>
-
- * configure.ac:
- Add Xtransdef.h.in as an AM_CONFIG_HEADER, so it gets generated.
diff --git a/Makefile.am b/Makefile.am
index 8bbe84c..7b1badc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,3 +18,10 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xtrans.pc
EXTRA_DIST = xtrans.pc.in ${aclocal_DATA}
+
+.PHONY: ChangeLog
+
+ChangeLog:
+ GIT_DIR=${srcdir}/.git git-log > ChangeLog
+
+dist-hook: ChangeLog