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)
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.


No differences found