Makefile util/gen-tarball executable after creating the file.

bitmap-optimize
Theodore Ts'o 2005-02-05 15:53:56 -05:00
parent b7aa0d653e
commit ee683a13f6
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* configure.in: Make util/gen-tarball executable after it is created.
2005-02-04 Theodore Ts'o <tytso@mit.edu>
* configure.in: Remove support for --enable-clear-htree; this was

2
configure vendored
View File

@ -15536,3 +15536,5 @@ if test "$no_create" != yes; then
$ac_cs_success || { (exit 1); exit 1; }
fi
if test -f util/gen-tarball; then chmod +x util/gen-tarball; fi

View File

@ -813,3 +813,5 @@ for i in MCONFIG Makefile e2fsprogs.spec \
fi
done
AC_OUTPUT($outlist)
if test -f util/gen-tarball; then chmod +x util/gen-tarball; fi