summaryrefslogtreecommitdiff
path: root/atari/mkconf.g
diff options
context:
space:
mode:
Diffstat (limited to 'atari/mkconf.g')
-rw-r--r--atari/mkconf.g18
1 files changed, 0 insertions, 18 deletions
diff --git a/atari/mkconf.g b/atari/mkconf.g
deleted file mode 100644
index 385559b3..00000000
--- a/atari/mkconf.g
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# gulam script to produce configuration file for Atari ST;
-# performs the same job as configure, but only for this specific configuration;
-# it is assumed that it is located in a subdirectory .\atari
-#
-if { -e ..\config\atari }
- sed -n -f mkscrpt.sed ..\config\atari > sedscr
- sed -f sedscr ..\config.in > config.h
- sed -n '/^#echo./s///p' ..\config\atari
- rm sedscr
- mv config.h ..
-ef
- echo "'..\config\atari' was lost somewhere"
- echo "Either construct one based on the examples in the config directory,"
- echo "or, in source directory, copy config.in to config.h and edit it."
- exit 1
-endif
-exit 0