diff src/octave.mk @ 2953:9ee646095047

temporary fix for mkoctfile variables
author John W. Eaton <jwe@octave.org>
date Thu, 10 Jan 2013 17:42:30 -0500
parents 09a58eb274f4
children eeb7a7067d85
line wrap: on
line diff
--- a/src/octave.mk	Tue Jan 08 22:31:24 2013 -0500
+++ b/src/octave.mk	Thu Jan 10 17:42:30 2013 -0500
@@ -24,6 +24,7 @@
     fi
 
     mkdir '$(1)/.build'
+    cd '$(1)' && autoreconf -W none
     cd '$(1)/.build' && '$(1)/configure' \
         --host='$(TARGET)' \
         --build="`config.guess`" \