changeset 2317:2adaf7570f42

package proj: invoke aclocal to avoid automake version conflicts
author Tony Theodore <tonyt@logyst.com>
date Sun, 25 Mar 2012 14:02:35 +1100
parents 9e4b6948a574
children 4ca47331936d
files src/proj.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/proj.mk	Sat Mar 24 20:29:38 2012 +0100
+++ b/src/proj.mk	Sun Mar 25 14:02:35 2012 +1100
@@ -21,6 +21,7 @@
 
 define $(PKG)_BUILD
     cd '$(1)' && autoconf
+    cd '$(1)' && aclocal
     cd '$(1)' && automake
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \