diff configure.in @ 1722:d6c9a1db3f6b

[project @ 1996-01-09 05:49:11 by jwe]
author jwe
date Tue, 09 Jan 1996 05:49:57 +0000
parents e19fe88ccba0
children a00118041518
line wrap: on
line diff
--- a/configure.in	Tue Jan 09 05:43:04 1996 +0000
+++ b/configure.in	Tue Jan 09 05:49:57 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.150 $)
+AC_REVISION($Revision: 1.151 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -838,6 +838,8 @@
 
 AC_PROG_RANLIB
 
+AC_PROG_LN_S
+
 AC_CHECK_PROG(RUNTEST, runtest, runtest, [])
 AC_CHECK_PROG(EXPECT, expect, expect, [])
 if test -z "$EXPECT"; then