Don't use nonportable "mktemp" utility in perl-module/automake.mk.
authorBen Pfaff <blp@gnu.org>
Wed, 30 Sep 2009 04:33:34 +0000 (21:33 -0700)
committerBen Pfaff <blp@gnu.org>
Wed, 30 Sep 2009 04:33:34 +0000 (21:33 -0700)
commit295c32309586d3e353d6bd28c748baad9354349a
tree2319eca3f9977e70895b4132b27d48e8391ebe7f
parent161df84f01bd630fb20878a3802d7eebf58c67b9
Don't use nonportable "mktemp" utility in perl-module/automake.mk.

In porting to FreeBSD, I noticed that perl-module/automake.mk tries to use
the "mktemp" utility.  FreeBSD happens to have this utility, but it
requires an argument, and at any rate it is nonportable and we can avoid
using it here, so do so.
perl-module/automake.mk