# HG changeset patch # User John W. Eaton # Date 1369589542 14400 # Node ID 446aa596bb9973ec8fbe12de945df0968ac9b691 # Parent c004ec274dfada9691d3c2b76e158dc1708e0e66 use autoreconf in qrupdate build diff -r c004ec274dfa -r 446aa596bb99 src/qrupdate.mk --- 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`" \