blob: 149314d7652f9d5287d65d206c82434c54f8510f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
--- xibuild.original Tue Nov 7 09:32:29 2000
+++ xibuild Tue Nov 7 09:39:53 2000
@@ -8,7 +8,6 @@
# This script builds the SFL and SMT packages, then installs XITAMI ready
# for use. XITAMI is installed in the current directory.
-TOPDIR=$PWD
SRCDIR=$TOPDIR/src
SFLDIR=$TOPDIR/src/sfl
SMTDIR=$TOPDIR/src/smt
@@ -53,17 +52,12 @@
echo "Welcome to the Xitami web server, copyright (c) 1991-99 iMatix."
echo "This script will compile and link XITAMI, ready for use on this"
echo "$SYSTEM system. Nothing is installed in any system directories."
-echo "Please confirm this information:"
echo " System . . . . . .: $SYSTEM"
echo " ANSI C compiler. .: $COMPILE"
echo ""
-echo "If the ANSI C compile command is wrong, you will have to modify the"
-echo "'c' scripts in these directories:"
-echo " $SFLDIR, $SMTDIR"
-echo ""
-echo "If this information looks okay, press [Enter] to build Xitami."
+echo " SFL Source Path...: $SFLDIR"
+echo " SMT Source Path...: $SMTDIR"
echo "--------------------------------------------------------------------"
-read pause
# Now, rebuild the SFL package
@@ -103,18 +97,4 @@
fi
cd $TOPDIR
-# Install XITAMI in its own directory
-echo xibuild: Installing XITAMI files...
-test ! -d $CGIBIN && mkdir $CGIBIN
-cp $SMTDIR/xitami .
-cp $CGISRC/testcgi $CGIBIN
-cp $CGISRC/testcgi? $CGIBIN
-
-chmod +x xiconfig
-test ! -f defaults.cfg && ./xiconfig
-
-echo ""
-echo "xibuild completed. Please see 'readme' file for info on using"
-echo "Xitami. The Xitami web pages are the main source of information."
-echo "You can run Xitami now by typing 'xitami' or 'xitami -b 5000'."
-echo "browser and the URL http://hostname or http://hostname:5080."
+echo "xibuild completed."
|