Mercurial > hg > mxe
changeset 3099:42b1909a6159
revert autoconf -> autoreconf change
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 12 Dec 2012 12:32:22 -0500 |
parents | 4efa36d98001 |
children | 98d9839754f6 |
files | src/graphicsmagick.mk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/graphicsmagick.mk +++ b/src/graphicsmagick.mk @@ -17,7 +17,7 @@ define $(PKG)_BUILD # This can be removed once the patch "graphicsmagick-1-fix-xml2-config.patch" is accepted by upstream - cd '$(1)' && autoreconf + cd '$(1)' && autoconf cd '$(1)' && ./configure \ --host='$(TARGET)' \ --build="`config.guess`" \