summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update README for gitlab migrationAlan Coopersmith2018-11-191-0/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: remove the xorg-macros pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-2/+0
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* INSTALL doesn't belong in docdir, use pkgdatadir insteadJulien Cristau2010-01-091-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>
* Install the .pc file in $(datadir)Adam Jackson2009-12-141-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Install .pc file in $libdir where it belongs (not $datadir).Carl Worth2009-11-301-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
* xorg-macros.pc.in: create a meta data file for util-macrosGaetan Nadon2009-11-261-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.
* Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206Gaetan Nadon2009-11-071-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
* fix distcheck targetPeter Breitenlohner2008-12-161-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.
* define and use XORG_CHANGELOG macroPeter Breitenlohner2008-11-291-1/+1
|
* reorganize autoconf macro filesPeter Breitenlohner2008-11-291-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.
* Makefile.am: make ChangeLog hook saferDaniel Stone2006-12-061-1/+1
| | | | Make ChangeLog hook as safe as possible.
* make ChangeLog hook distcheck-safeutil-macros-1.1.1Daniel Stone2006-08-271-0/+1
|
* Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith2006-07-131-1/+9
|
* Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add checkAlan Coopersmith2005-08-151-1/+1
| | | | | for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-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