* libposix/configure.ac (AC_INIT): Use the output of
git-version-gen unmodified, os per other GNU projects...
otherwise the spurious newline added to the version number
breaks operation of the configure script (tested with
Autoconf-2.68).
* libposix/mk-tarball: Remove the filter here too, otherwise
we'll end up with two conflicting version numbers in the same
release!
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
+2010-12-07 Gary V. Vaughan <gary@gnu.org>
+
+ libposix: version filter script was adding a newline
+ * libposix/configure.ac (AC_INIT): Use the output of
+ git-version-gen unmodified, os per other GNU projects...
+ otherwise the spurious newline added to the version number
+ breaks operation of the configure script (tested with
+ Autoconf-2.68).
+ * libposix/mk-tarball: Remove the filter here too, otherwise
+ we'll end up with two conflicting version numbers in the same
+ release!
+
2010-11-17 Bruce Korb <bkorb@gnu.org>
* libposix/lib/Makefile.am (lpx-config.h): generate the new header
AC_INIT([GNU libposix],
- m4_esyscmd([./git-version-gen .tarball-version | \
- sed 's/-dirty/-modified/']),
+ m4_esyscmd([./git-version-gen .tarball-version]),
[bug-gnulib@gnu.org])
AS_BOX([Configuring AC_PACKAGE_TARNAME AC_PACKAGE_VERSION])
sed '1,/^$/d;s/^#/ */;/http:\/\/www\.gnu\.org/q' ${prognam}
echo ' */'
- gv=`../build-aux/git-version-gen .tarball-version | \
- sed 's/-dirty/-modified/'`
+ gv=`../build-aux/git-version-gen .tarball-version`
sedcmd='/^2[01][0-9][0-9]-[0-1][0-9]-[0-3][0-9] /{
s/ .*//
s/-/./gp