summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29config: remove the xorg-macros pc.in file from EXTRA_DISTGaetan Nadon1-2/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-09INSTALL doesn't belong in docdir, use pkgdatadir insteadJulien Cristau1-1/+1
docdir stays in xorg-macros.pc so we don't break the existing $(INSTALL_CMD). Tested-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-14Install the .pc file in $(datadir)Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-11-30Install .pc file in $libdir where it belongs (not $datadir).Carl Worth1-1/+1
The .pc file was previously being installed in ${prefix}/share/pkgconfig but all other modules install their .pc files to ${prefix}/lib/pkgconfig
2009-11-26xorg-macros.pc.in: create a meta data file for util-macrosGaetan Nadon1-0/+5
This is motivated primarly by XORG_INSTALL who needs to locate the docdir when invoked from any module that may not be installed using same prefix (default or otherwise). There are other potential use for this file.
2009-11-07Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206Gaetan Nadon1-0/+1
The Makefile installs INSTALL in share/doc/util-macros An INSTALL_CMD is provided in the new XORG_INSTALL macro which is added to XORG_DEFAULT_OPTIONS. Components add INSTALL target to their Makefile similar to ChangeLog
2008-12-16fix distcheck targetPeter Breitenlohner1-4/+0
Arrange that distcleancheck ignores ChangeLog left over by distclean. Don't mention ChangeLog under *CLEANFILES, can't be rebuilt from release tarball; ChangeLog is automatically distributed, no need to mention it.
2008-11-29define and use XORG_CHANGELOG macroPeter Breitenlohner1-1/+1
2008-11-29reorganize autoconf macro filesPeter Breitenlohner1-2/+8
append xorgversion.m4 to xorg-macros.m4.in, instead of installing it as separate file. Avoid copying some code from xorgversion.m4 to configure.ac.
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone1-1/+1
Make ChangeLog hook as safe as possible.
2006-08-27make ChangeLog hook distcheck-safeutil-macros-1.1.1Daniel Stone1-0/+1
2006-07-13Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith1-1/+9
2005-08-15Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add checkAlan Coopersmith1-1/+1
for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-0/+25
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version