Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | Version bump: 1.2.2util-macros-1.2.2 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-06-09 | Use correct CWARNFLAGS when cross compiling | Jon 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-17 | Use m4 for XORG_MACROS_VERSION to error during autoconf | Dan 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-19 | Fix incorrect warning message in XORG_MACROS_VERSION | Dan | |
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2009-02-05 | Restore part of the XORG_MACROS_VERSION comment | Dan 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-05 | Fix comment in XORG_MACROS_VERSION on usage | Dan 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-01 | XORG_CWARNFLAGS: += is not valid for appending in bourn scripts | Jeremy Huddleston | |
Fixes: ./configure: line 12921: CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: command not found | |||
2008-12-16 | Version bump: 1.2.1util-macros-1.2.1 | Alan Coopersmith | |
2008-12-16 | Replace gitweb URL with cgit URL in README | Alan Coopersmith | |
2008-12-16 | fix distcheck target | Peter 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-10 | use 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-07 | Fix CWARNFLAGS for gcc versions < 4 | Matthieu Herrb | |
2008-12-01 | Allow setting XORG_SGML_PATH to a non-default path when running configure | Alan Coopersmith | |
2008-11-29 | bump to 1.2.0util-macros-1.2.0 | Peter Breitenlohner | |
2008-11-29 | fix XORG_PROG_RAWCPP for cygwin | Peter Breitenlohner | |
Patch by Yaakov Selkowitz from xorg mailing list http://lists.freedesktop.org/archives/xorg/attachments/20081016/04a64242/attachment.asc | |||
2008-11-29 | define XORG_CWARNFLAGS macro | Peter Breitenlohner | |
2008-11-29 | define and use XORG_CHANGELOG macro | Peter Breitenlohner | |
2008-11-29 | reorganize autoconf macro files | Peter 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-05 | bump to 1.1.6util-macros-1.1.6 | Adam Jackson | |
2008-02-16 | Support version strings like 1.2.3-blah4 | Jeremy Huddleston | |
2007-08-13 | Cannot 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-24 | bump to 1.1.5util-macros-1.1.5 | Daniel Stone | |
2006-12-18 | Bug 9368: non portable sed usage in xorgversion.m4 | Matthieu Herrb | |
Bugzilla #9368 <https://bugs.freedesktop.org/show_bug.cgi?id=9368> Patch #8140 <https://bugs.freedesktop.org/attachment.cgi?id=8140> | |||
2006-12-16 | bump to 1.1.4util-macros-1.1.4 | Daniel Stone | |
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-11-30 | bump to 1.1.3util-macros-1.1.3 | Daniel Stone | |
2006-11-30 | xorgversion: automatic PACKAGE_VERSION_* (bug #8590) | Andres Salomon | |
Automatically define PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} when XORG_RELEASE_VERSION is called. | |||
2006-11-08 | bump to 1.1.2util-macros-1.1.2configure.ac | Daniel Stone | |
2006-11-03 | Introduce separate configure switches for each output format. | Eamon Walsh | |
2006-11-02 | Fix handling of defs.ent to allow arbitrary install prefixes. | Eamon Walsh | |
2006-10-29 | Add support for building docbook docs | David Nusinow | |
2006-10-15 | Make building pdf's configurable, though only disabled when it is explicitly ↵ | David Nusinow | |
set to no | |||
2006-08-27 | make ChangeLog hook distcheck-safeutil-macros-1.1.1 | Daniel Stone | |
2006-08-27 | xorg-macros: remove GNU-userland special case; bump to 1.1.1 | Daniel Stone | |
Remove special-casing of man page suffices for GNU-userland systems (Linux, Hurd, GNU/kFreeBSD). Bump to version 1.1.1. | |||
2006-07-20 | Version bump to 1.1.0util-macros-1.1.0 | Alan Coopersmith | |
2006-07-18 | Ignore xorg-macros.m4 (built by configure) and make dist/distcheck files | Alan Coopersmith | |
2006-07-13 | Add XORG_LINT_LIBRARY for building lint library data files | Alan Coopersmith | |
2006-07-13 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2006-07-13 | Add pointer to git repository to README | Alan Coopersmith | |
2006-07-13 | Add XORG_MACROS_VERSION macro to check minimum version of xorg-macros.m4 | Alan 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-13 | Add README file with links to bugzilla & mailing list | Alan Coopersmith | |
2006-07-13 | Fill in COPYING file with licenses from other files | Alan Coopersmith | |
2006-07-13 | Correct Sun license notice | Alan Coopersmith | |
2006-07-13 | Bug #6782: Fix *_MAN_* macros to support GNU/Hurd | Michael 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-12 | Add XORG_WITH_LINT to add --with-lint flag for checking with lint, sparse, etc. | Alan Coopersmith | |
2006-07-12 | Create .gitignore | Alan Coopersmith | |
2006-05-19 | Bump to 1.0.2util-macros-1_0_2XORG-7_1 | Adam Jackson | |
2006-04-21 | X.Org Bug #6654 <https://bugs.freedesktop.org/show_bug.cgi?id=6654> Patch | Alan Coopersmith | |
#5374 <https://bugs.freedesktop.org/attachment.cgi?id=5374> Fix *_MAN_* macros to support GNU/kFreeBSD (Robert Millan) | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |