diff src/stable-octave.mk @ 3438:7113585920c9

avoid argument list too long error when installing octave html docs * src/octave-1-docinstall.patch src/stable-octave-1-docinstall.patch: New files. Use a loop instead of a single command with globbing to install html docs. * src/octave.mk, src/stable-octave.mk: Don't run autoreconf.
author John W. Eaton <jwe@octave.org>
date Tue, 21 Jan 2014 13:59:09 -0500
parents c8e055d83b9f
children 13be64f9f16d
line wrap: on
line diff
--- a/src/stable-octave.mk	Tue Jan 21 12:44:40 2014 -0500
+++ b/src/stable-octave.mk	Tue Jan 21 13:59:09 2014 -0500
@@ -93,7 +93,6 @@
     fi
 
     mkdir '$(1)/.build'
-    cd '$(1)' && autoreconf -W none
     cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \