summaryrefslogtreecommitdiffstats
path: root/ham/libax25/CONFIGURE
diff options
context:
space:
mode:
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