Configure problem on dos-djgpp
Laszlo Molnar [Mon, 13 Jul 1998 23:13:43 +0000 (01:13 +0200)]
Message-ID: <19980713231343.A178@cdata.tvnet.hu>

p4raw-id: //depot/perl@1479

Configure

index bfc6103..8c2c4c0 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -71,6 +71,9 @@ if test X"$trnl" = X; then
                ;;
        esac
 fi
+if test -n "$DJGPP"; then
+       trnl='\012'
+fi
 if test X"$trnl" = X; then
        cat <<EOM >&2