diff options
author | marha <marha@users.sourceforge.net> | 2011-01-27 11:07:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-27 11:07:33 +0000 |
commit | dc9d750132f95783d2db6fb8e08271fc0878576d (patch) | |
tree | a50266155fef4466569ee0c478da0dae2fdf092b /pixman/configure.ac | |
parent | a58ed86fb6139585b9a5d5664c52c7e0d5cfa719 (diff) | |
download | vcxsrv-dc9d750132f95783d2db6fb8e08271fc0878576d.tar.gz vcxsrv-dc9d750132f95783d2db6fb8e08271fc0878576d.tar.bz2 vcxsrv-dc9d750132f95783d2db6fb8e08271fc0878576d.zip |
pixman and mesalib git update 27 jan 2011
Diffstat (limited to 'pixman/configure.ac')
-rw-r--r-- | pixman/configure.ac | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pixman/configure.ac b/pixman/configure.ac index e2f73dc06..ab2ecde1b 100644 --- a/pixman/configure.ac +++ b/pixman/configure.ac @@ -795,3 +795,26 @@ AC_OUTPUT([pixman-1.pc pixman/Makefile pixman/pixman-version.h test/Makefile]) + +m4_if(m4_eval(pixman_minor % 2), [1], [ + echo + echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" + echo + echo " Thanks for testing this development snapshot of pixman. Please" + echo " report any problems you find, either by sending email to " + echo + echo " pixman@lists.freedesktop.org" + echo + echo " or by filing a bug at " + echo + echo " https://bugs.freedesktop.org/enter_bug.cgi?product=pixman " + echo + echo " If you are looking for a stable release of pixman, please note " + echo " that stable releases have _even_ minor version numbers. Ie., " + echo " pixman-0.]m4_eval(pixman_minor & ~1)[.x are stable releases, whereas pixman-$PIXMAN_VERSION_MAJOR.$PIXMAN_VERSION_MINOR.$PIXMAN_VERSION_MICRO is a " + echo " development snapshot that may contain bugs and experimental " + echo " features. " + echo + echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" + echo +]) |