changeset 733:e77b62b20824

[project @ 1994-09-22 19:41:20 by jwe]
author jwe
date Thu, 22 Sep 1994 19:43:55 +0000
parents a8e00973fcd4
children c7173dfd9279
files configure.in src/dynamic-ld.cc
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Sep 22 19:38:13 1994 +0000
+++ b/configure.in	Thu Sep 22 19:43:55 1994 +0000
@@ -21,7 +21,7 @@
 dnl along with Octave; see the file COPYING.  If not, write to the Free
 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
-AC_REVISION($Revision: 1.49 $)dnl
+AC_REVISION($Revision: 1.50 $)dnl
 AC_PREREQ(1.8)dnl
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -794,7 +794,7 @@
 define([tmpSD], [scripts/miscellaneous/Makefile scripts/plot/Makefile])dnl
 define([tmpSE], [scripts/polynomial/Makefile scripts/set/Makefile])dnl
 define([tmpSF], [scripts/signal/Makefile scripts/special-matrix/Makefile])dnl
-define([tmpSG], [scripts/statistics/Makefile])dnl
+define([tmpSG], [scripts/startup/Makefile scripts/statistics/Makefile])dnl
 define([tmpSH], [scripts/elfun/Makefile scripts/specfun/Makefile])dnl
 define([scriptdirs], [tmpSA tmpSB tmpSC tmpSD tmpSE tmpSF tmpSG tmpSH])dnl
 dnl
--- a/src/dynamic-ld.cc	Thu Sep 22 19:38:13 1994 +0000
+++ b/src/dynamic-ld.cc	Thu Sep 22 19:43:55 1994 +0000
@@ -52,6 +52,8 @@
 // XXX FIXME XXX -- should this list be in a user-level variable,
 // with default taken from the environment?
 
+#ifdef WITH_DLD
+
 #ifndef STD_LIB_PATH
 #define STD_LIB_PATH "/lib:/usr/lib:/usr/local/lib"
 #endif
@@ -95,8 +97,6 @@
   return retval;
 }
 
-#ifdef WITH_DLD
-
 static void
 octave_dld_init (void)
 {