summaryrefslogtreecommitdiff
path: root/xorgversion.m4
AgeCommit message (Collapse)Author
2017-02-20Rework CHANGELOG_CMD to touch/echo >&2 only as neededEmil Velikov
Currently CHANGELOG_CMD issues a touch ChangeLog; echo "Scary message" >&2 even if the file is already present. For example, when running `make distcheck' the following is observed: " /bin/sh: ../../.changelog.tmp: Permission denied git directory not found: installing possibly empty changelog. ... /bin/sh: ../../.changelog.tmp: Permission denied git directory not found: installing possibly empty changelog. " That in itself happens since srcdir is RO, thus shell redirection [to srcddir/.changelog.tmp] fails. At the same time the latter message is wrong and misleading since the file is already there, with the correct contents. Silence the permissing warning (/dev/null is our friend), and add a simple `test -e .../ChangeLog || (...' prior to the touch/echo combo. As we're here also update the message to be more generic, since there are multiple other reasons why things can fail. Cc: Gaetan Nadon <memsize@videotron.ca> Cc: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-09-06Strip trailing whitespaceAlan Coopersmith
sed -i 's/[[:space:]]*$//' * Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-05-27XORG_RELEASE_VERSION: remove option --with-release-version #24816Gaetan Nadon
The short story: - this option has never been used by OS builders as intended - the implementation changes automake internals - the implementation breaks a few makefiles (if used) - one less option for the user to be confused with on all 240 xorg modules The long story: https://bugs.freedesktop.org/show_bug.cgi?id=24816 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-10-12ChangeLog: generated file not cleaned from the dist directory #24278Gaetan Nadon
CHANGELOG_CMD was written in the wrong directory. Update cmd to generate in $(top_srcdir) Tested in regular build with git: dist, distcheck and distclean Tested in VPATH build with git: dist, distcheck and distclean Tested above scenario from tarballs with git not available
2009-09-03Fix obsolete macro warnings for AC_HELP_STRING #23628Gaetan Nadon
When checking for warnings in any module using XORG_RELEASE_VERSION one or more warnings on AC_HELP_STRING appears. The macro has been replaced with AS_HELP_STRING Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Alan Coopersmith <alan.coopersmith@sun.com>
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-11-29define and use XORG_CHANGELOG macroPeter Breitenlohner
2008-02-16Support version strings like 1.2.3-blah4Jeremy Huddleston
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-11-30xorgversion: automatic PACKAGE_VERSION_* (bug #8590)Andres Salomon
Automatically define PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} when XORG_RELEASE_VERSION is called.
2005-10-17Add missing comma in AC_HELP_STRING call.Kristian Høgsberg
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin
- 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