summaryrefslogtreecommitdiffstats
path: root/chat-im/gaim-encryption/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/gaim-encryption/PRE_BUILD')
-rwxr-xr-xchat-im/gaim-encryption/PRE_BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/chat-im/gaim-encryption/PRE_BUILD b/chat-im/gaim-encryption/PRE_BUILD
new file mode 100755
index 0000000000..cc1f6d051e
--- /dev/null
+++ b/chat-im/gaim-encryption/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+if [ "$CVS" == "y" ]
+then
+ NOCONFIGURE=Y ./autogen.sh
+fi