From 2e99df91b7068edf80bdc4ba1452d0d2ab96c1ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 24 Jun 1999 15:07:29 -0700
Subject: [PATCH] fix

Rev: src/configure.in:1.301
---
 src/configure.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/configure.in b/src/configure.in
index 82e7337879..0a1f1c1ce8 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-AC_REVISION("$Id: configure.in,v 1.300 1999/06/22 19:06:36 marcus Exp $")
+AC_REVISION("$Id: configure.in,v 1.301 1999/06/24 22:07:29 hubbe Exp $")
 AC_INIT(interpret.c)
 AC_CONFIG_HEADER(machine.h)
 
@@ -3161,6 +3161,8 @@ echo
 #############################################################################
 
 export LDFLAGS CFLAGS CPPFLAGS LIBS
+export prefix exec_prefix OTHERFLAGS
+export TMP_BINDIR DEFINES INSTALL
 
 AC_CONFIG_SUBDIRS(modules)
 
-- 
GitLab