summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81127de)
raw | patch | inline | side by side (parent: 81127de)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Mon, 12 Mar 2007 22:35:17 +0000 (22:35 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Mon, 12 Mar 2007 22:35:17 +0000 (22:35 +0000) |
called twice when building some packages from svn.
packaging/macosx/native-gtk/build-gtk.sh | patch | blob | history |
index 351ea2b46bd0df7911dfd40028e26eef59312e3c..e9b27a4de879cadbd2f61879d9d6eeaa0afd2ca0 100755 (executable)
fi
echo "./autogen.sh $COMMON_OPTIONS $3"
- (./autogen.sh $COMMON_OPTIONS $3 && ./configure --prefix=$PREFIX $COMMON_OPTIONS $3 && make && make install)
+ #(./autogen.sh $COMMON_OPTIONS $3 && ./configure --prefix=$PREFIX $COMMON_OPTIONS $3 && make && make install)
+ (./autogen.sh $COMMON_OPTIONS $3 && make && make install)
}
function set_automake