OSSP CVS Repository

ossp - Difference in ossp-pkg/eperl/configure.in versions 1.4 and 1.5
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/eperl/configure.in 1.4 -> 1.5

--- configure.in 2000/07/03 08:34:55     1.4
+++ configure.in 2000/10/10 16:08:44     1.5
@@ -35,6 +35,17 @@
 esac
 AC_SUBST(libsubdir)
 
+dnl #
+dnl #   find reasonable temporary directory
+dnl #
+tmpdir="${TMPDIR}"
+if test ".$tmpdir" = .; then
+    tmpdir="${TEMPDIR}"
+fi
+if test ".$tmpdir" = .; then
+    tmpdir="/tmp"
+fi
+AC_SUBST(tmpdir)
 
 dnl #
 dnl #   latest find Perl interpreter

CVSTrac 2.0.1