summaryrefslogtreecommitdiffstats
path: root/ham/libax25/CONFIGURE
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/libax25/CONFIGURE
initial commit from stable 0.3
Diffstat (limited to 'ham/libax25/CONFIGURE')
-rwxr-xr-xham/libax25/CONFIGURE8
1 files changed, 8 insertions, 0 deletions
diff --git a/ham/libax25/CONFIGURE b/ham/libax25/CONFIGURE
new file mode 100755
index 0000000000..4a7ea5351c
--- /dev/null
+++ b/ham/libax25/CONFIGURE
@@ -0,0 +1,8 @@
+if ! grep -q "CONFIGS" $SPELL_CONFIG; then
+
+ if query "Install example config files?" y
+ then echo "CONFIGS=y" >> $SPELL_CONFIG
+ else echo "CONFIGS=n" >> $SPELL_CONFIG
+ fi
+
+fi