summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-18Version bump: 1.2.2util-macros-1.2.2Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-09Use correct CWARNFLAGS when cross compilingJon TURNEY
Rather than checking the version of some random gcc which happens to be in the path to determine which warning flags are supported, we should check the gcc we are going to use for the build For example, when cross-compiling, if the host gcc is >= 3.4 but the cross-compiler gcc is not, this will cause unsupported warning flags to be used This seems to work, but I don't know enough autofoolery to be sure this is right... Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-03-17Use m4 for XORG_MACROS_VERSION to error during autoconfDan Nicholson
Check the needed macros version with m4 so that the proper version is determined during autoconf. This prevents a faulty configure from being generated. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-02-19Fix incorrect warning message in XORG_MACROS_VERSIONDan
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-02-05Restore part of the XORG_MACROS_VERSION commentDan Nicholson
The 1.1 or later part is actually important since XORG_MACROS_VERSION didn't exist before then. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-02-05Fix comment in XORG_MACROS_VERSION on usageDan Nicholson
The comment recommending checking XORG_MACROS_VERSION with m4_ifndef was flawed for two reasons: * m4_fatal should be used if the macro is not defined. There's no use generating configure if the macro doesn't exist. Just fail during autoconf. * There's no reason to mention the version needed in the message. That check does not do version verification. That's what the actual macro is for. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-02-01XORG_CWARNFLAGS: += is not valid for appending in bourn scriptsJeremy Huddleston
Fixes: ./configure: line 12921: CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: command not found
2008-12-16Version bump: 1.2.1util-macros-1.2.1Alan Coopersmith
2008-12-16Replace gitweb URL with cgit URL in READMEAlan Coopersmith
2008-12-16fix distcheck targetPeter Breitenlohner
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-12-10use more CWARNFLAGS with gcc 3.4 too.Matthieu Herrb
Only gcc 3.3 and earlier version don't support them. Reported and tested by Peter Breitenlohner.
2008-12-07Fix CWARNFLAGS for gcc versions < 4Matthieu Herrb
2008-12-01Allow setting XORG_SGML_PATH to a non-default path when running configureAlan Coopersmith
2008-11-29bump to 1.2.0util-macros-1.2.0Peter Breitenlohner
2008-11-29fix XORG_PROG_RAWCPP for cygwinPeter Breitenlohner
Patch by Yaakov Selkowitz from xorg mailing list http://lists.freedesktop.org/archives/xorg/attachments/20081016/04a64242/attachment.asc
2008-11-29define XORG_CWARNFLAGS macroPeter Breitenlohner
2008-11-29define and use XORG_CHANGELOG macroPeter Breitenlohner
2008-11-29reorganize autoconf macro filesPeter Breitenlohner
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.
2008-03-05bump to 1.1.6util-macros-1.1.6Adam Jackson
2008-02-16Support version strings like 1.2.3-blah4Jeremy Huddleston
2007-08-13Cannot use AC_CHECK_FILE when cross compiling; assume no LINUXDOC.Keith Packard
As AC_CHECK_FILE cannot be used when cross compiling, just assume linuxdoc is not present.
2006-12-24bump to 1.1.5util-macros-1.1.5Daniel Stone
2006-12-18Bug 9368: non portable sed usage in xorgversion.m4Matthieu Herrb
Bugzilla #9368 <https://bugs.freedesktop.org/show_bug.cgi?id=9368> Patch #8140 <https://bugs.freedesktop.org/attachment.cgi?id=8140>
2006-12-16bump to 1.1.4util-macros-1.1.4Daniel Stone
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone
Make ChangeLog hook as safe as possible.
2006-11-30bump to 1.1.3util-macros-1.1.3Daniel Stone
2006-11-30xorgversion: automatic PACKAGE_VERSION_* (bug #8590)Andres Salomon
Automatically define PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} when XORG_RELEASE_VERSION is called.
2006-11-08bump to 1.1.2util-macros-1.1.2configure.acDaniel Stone
2006-11-03Introduce separate configure switches for each output format.Eamon Walsh
2006-11-02Fix handling of defs.ent to allow arbitrary install prefixes.Eamon Walsh
2006-10-29Add support for building docbook docsDavid Nusinow
2006-10-15Make building pdf's configurable, though only disabled when it is explicitly ↵David Nusinow
set to no
2006-08-27make ChangeLog hook distcheck-safeutil-macros-1.1.1Daniel Stone
2006-08-27xorg-macros: remove GNU-userland special case; bump to 1.1.1Daniel Stone
Remove special-casing of man page suffices for GNU-userland systems (Linux, Hurd, GNU/kFreeBSD). Bump to version 1.1.1.
2006-07-20Version bump to 1.1.0util-macros-1.1.0Alan Coopersmith
2006-07-18Ignore xorg-macros.m4 (built by configure) and make dist/distcheck filesAlan Coopersmith
2006-07-13Add XORG_LINT_LIBRARY for building lint library data filesAlan Coopersmith
2006-07-13Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith
2006-07-13Add pointer to git repository to READMEAlan Coopersmith
2006-07-13Add XORG_MACROS_VERSION macro to check minimum version of xorg-macros.m4Alan Coopersmith
- Move xorg-macros.m4 to xorg-macros.m4.in so @VERSION@ can be substituted from the version listed in configure.ac - Add comments to each macro listing what version it was first added in
2006-07-13Add README file with links to bugzilla & mailing listAlan Coopersmith
2006-07-13Fill in COPYING file with licenses from other filesAlan Coopersmith
2006-07-13Correct Sun license noticeAlan Coopersmith
2006-07-13Bug #6782: Fix *_MAN_* macros to support GNU/HurdMichael Banck
X.Org Bug #6782 <https://bugs.freedesktop.org/show_bug.cgi?id=6782> Patch #5519 <https://bugs.freedesktop.org/attachment.cgi?id=5519>
2006-07-12Add XORG_WITH_LINT to add --with-lint flag for checking with lint, sparse, etc.Alan Coopersmith
2006-07-12Create .gitignoreAlan Coopersmith
2006-05-19Bump to 1.0.2util-macros-1_0_2XORG-7_1Adam Jackson
2006-04-21X.Org Bug #6654 <https://bugs.freedesktop.org/show_bug.cgi?id=6654> PatchAlan Coopersmith
#5374 <https://bugs.freedesktop.org/attachment.cgi?id=5374> Fix *_MAN_* macros to support GNU/kFreeBSD (Robert Millan)
2005-12-21Update package version for X11R7 release.XORG-7_0_99_901XORG-7_0Kevin E Martin
2005-12-19Stub COPYING filesAdam Jackson