update setverion script to use mktemp rather than tempfile as eno/fedora doesn't like it

This commit is contained in:
jasonmoxham 2010-11-09 13:49:45 +00:00
parent 2a7d789514
commit 51cd7217d2

View File

@ -33,7 +33,7 @@ echo "GMPXX-soname-$LIBGMPXX_LT_CURRENT.$LIBGMPXX_LT_REVISION.$LIBGMPXX_LT_AGE"
##############################################################
VERSION_STR=$VERSION.$VERSION_MINOR.$VERSION_PATCHLEVEL
TMPFILE=$(tempfile)
TMPFILE=$(mktemp mpir.XXXXXX)
#update gmp-h.in
cat ../gmp-h.in \