changeset 2996:446aa596bb99

use autoreconf in qrupdate build
author John W. Eaton <jwe@octave.org>
date Sun, 26 May 2013 13:32:22 -0400
parents c004ec274dfa
children 4f9b72cf7ee7
files src/qrupdate.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qrupdate.mk	Sat May 25 22:52:05 2013 -0400
+++ b/src/qrupdate.mk	Sun May 26 13:32:22 2013 -0400
@@ -15,8 +15,10 @@
 endef
 
 define $(PKG)_BUILD
+    mkdir '$(1)/.build'
+    touch '$(1)/NEWS' '$(1)/AUTHORS'
+    cd '$(1)' && autoreconf -W none
     chmod a+rx '$(1)/configure'
-    mkdir '$(1)/.build'
     cd '$(1)/.build' && '$(1)/configure' \
         --host='$(TARGET)' \
         --build="`config.guess`" \