chiark / gitweb /
Use `...` instead of POSIX $(...) to pander to stupid shells.
authorian <ian>
Sat, 16 Sep 2000 22:59:00 +0000 (22:59 +0000)
committerian <ian>
Sat, 16 Sep 2000 22:59:00 +0000 (22:59 +0000)
INSTALL
regress/r1test

diff --git a/INSTALL b/INSTALL
index abe6f7200309fc570eb1ffc13ba94ebab817092e..bc4f0befee9ecba28cb8a0a0e515f0636db42cd0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -17,17 +17,18 @@ system.
 The following platforms have been tested at at least some point and
 should work - please report if they don't:
   [adns]       OS
-   pre-1.0     Linux glibc 2.1 (actually tested on Debian 2.2).
-   pre-1.0     FreeBSD 3.2
-   pre-1.0     Solaris 2.6, 2.7, 2.8
-   pre-1.0     HP-UX 10.20, 11.00
-   pre-1.0     IRIX 6.5 *not* with GCC [1], --disable-dynamic
-              AIX no dynamic
+   1.0         Linux glibc 2.1 (actually tested on Debian 2.2).
+   1.0         FreeBSD 3.2
+   1.0         Solaris 2.6, 2.7, 2.8
+   1.0         HP-UX 10.20, 11.00
+   1.0         IRIX 6.5 *not* with GCC [1], --disable-dynamic, [2]
+   1.0         AIX 4.1.5, --disable-dynamic
 Later versions of the same OS should work too.  [adns] is the latest
 version of adns that has been tested.  Usually entries in this table
 mean they pass adns's own regression test, when compiled with GCC.
 Notes/known problems:
     [1] IRIX 6.5 inet_ntoa seems to break with GCC.
+    [2] Many spurious warnings from this platform's native compiler.
 
 The following platforms are known to be deficient and will not work:
     Solaris 2.5                        Lacks vsnprintf - install glibc ?
index 0a5f9b2fe8e82d91dae0d841bd54d8b5f8bbddfa..47b94b66c7307678800a2db0d5c727eb253948e7 100755 (executable)
@@ -39,7 +39,7 @@ initstring="`cat init-$initfile.text`"
 xinitflagsf=$program-xinitflags.text
 if test -f $xinitflagsf
 then
-       initflags="$initflags $(cat $xinitflagsf)";
+       initflags="$initflags `cat $xinitflagsf`";
 else
        initflags="$initflags /"
 fi