octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changeset Mac: We have the strip tool


From: Thomas Treichl
Subject: Changeset Mac: We have the strip tool
Date: Wed, 02 Sep 2009 21:08:25 +0200
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

Hi,

the attached changeset enables strip for Mac (I use this change for a while so I would say it is tested very well) and also fixes a typo (regarding strip) for Windows.

Best regards

  Thomas
# HG changeset patch
# User Thomas Treichl <address@hidden>
# Date 1251918373 -7200
# Node ID 44911adccf30337d42018592173d1a1f8833ae99
# Parent  dfc68e6d8741270cdb654446e6aa6e9d41eb7a51
Enable strip on Mac systems.

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-02  Thomas Treichl  <address@hidden>
+
+       * configure.in: Enable strip on Mac systems.
+
 2009-09-02  Jaroslav Hajek  <address@hidden>
 
        * configure.in (FLOAT_TRUNCATE): New config macro.
diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -1118,7 +1118,6 @@
     SHLLIB='$(SHLEXT)'
     SHLEXT_VER='$(version).$(SHLEXT)'
     SHLLIB_VER='$(version).$(SHLLIB)'
-    NO_OCT_FILE_STRIP=true
     SONAME_FLAGS='-install_name $(octlibdir)/$@'
     library_path_var=DYLD_LIBRARY_PATH 
   ;;
@@ -1167,7 +1166,6 @@
       DL_LDFLAGS="$DL_LDFLAGS -g"
       SH_LDFLAGS="$SH_LDFLAGS -g"
     fi
-    NO_OCT_FILE_STRIP=true
     library_path_var=PATH
     NO_OCT_FILE_STRIP=true
     ## Extra compilation flags.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]