+2010-12-30 Bruce Korb <bkorb@gnu.org>
+
+ * libposix/bootstrap (posix_list): remove unnecessary temp file
+
2010-12-13 Pádraig Brady <P@draigBrady.com>
read-file: Improve handling of large files
#!/bin/sh
# Print a version string.
-scriptversion=2010-12-14.19; # UTC
+scriptversion=2010-12-30.20; # UTC
# Copyright (C) 2007-2010 Free Software Foundation, Inc.
#
AC_INIT([GNU libposix],
- m4_esyscmd([./git-version-gen .tarball-version 's/dirty/modified/']),
+ m4_esyscmd([./git-version-gen .tarball-version]),
[bug-gnulib@gnu.org])
AS_BOX([Configuring AC_PACKAGE_TARNAME AC_PACKAGE_VERSION])
test $# -eq 1 && exit 0
;;
esac
+
+ case "$-" in
+ *x* ) dashx=-x ;;
+ * ) dashx= ;;
+ esac
}
func_bootstrap()
{
-
- /bin/sh ./bootstrap \
- || func_die bootstrap failure
+ PS4='>bs> ' \
+ /bin/sh ${dashx} ./bootstrap \
+ || func_die bootstrap failure
}
func_mkdistro()