]> code.delx.au - gnu-emacs/commitdiff
Translate -gnu/linux* to -linux*.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Oct 1994 09:12:29 +0000 (09:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Oct 1994 09:12:29 +0000 (09:12 +0000)
config.sub

index 61bd8d5e2a06776ec79cfd28a6cff4a22ac04110..3893f4f4c9f5f5769d4b2d1edde63e58d6f48ad0 100755 (executable)
@@ -565,6 +565,9 @@ case $os in
        -solaris)
                os=-solaris2
                ;;
+       -gnu/linux*)
+               os=`echo $os | sed -e 's|gnu/linux|linux|'`
+               ;;
        # First accept the basic system types.
        # The portable systems comes first.
        # Each alternative must end in a *, to match a version number.