mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
495 B

  1. diff -u screen-4.0.2.old/configure screen-4.0.2/configure
  2. --- screen-4.0.2.old/configure 2003-12-05 14:46:53.000000000 +0100
  3. +++ screen-4.0.2/configure 2004-03-23 18:27:13.000000000 +0100
  4. @@ -7991,6 +7991,9 @@
  5. if test -n "$prefix"; then
  6. ETCSCREENRC="\"$prefix/etc/screenrc\""
  7. fi
  8. +if test -n "$sysconfdir"; then
  9. +ETCSCREENRC="\"$sysconfdir/screenrc\""
  10. +fi
  11. echo "$as_me:$LINENO: checking for the global screenrc file" >&5
  12. echo $ECHO_N "checking for the global screenrc file... $ECHO_C" >&6