summaryrefslogtreecommitdiffstats
path: root/chat-im/centericq/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/centericq/BUILD')
-rwxr-xr-xchat-im/centericq/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/chat-im/centericq/BUILD b/chat-im/centericq/BUILD
new file mode 100755
index 0000000000..0e0a871fe0
--- /dev/null
+++ b/chat-im/centericq/BUILD
@@ -0,0 +1,11 @@
+message "${MESSAGE_COLOR}Running autoconf to fix configure \
+scripts${DEFAULT_COLOR}" &&
+ cd $SOURCE_DIRECTORY &&
+for TOFIX in connwrap-0.1 firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 kksystr-0.1 \
+libgadu-0.1 libicq2000-0.1 libjabber-0.1 libmsn-0.1 libyahoo2-0.1; do
+ cd $TOFIX
+ autoconf || return 1
+ cd ..
+done &&
+ ./configure --prefix=/usr $OPTS &&
+ make