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.

40 lines
1.7 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/gnome14/gnome-vfs10/gnome-vfs-10.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./configure.orig Tue Sep 11 09:27:44 2001
  23. +++ ./configure Wed Oct 17 15:05:02 2001
  24. @@ -116,12 +116,12 @@
  25. test "X$echo_testing_string" = "X$echo_test_string"; then
  26. # This shell has a builtin print -r that does the trick.
  27. echo='print -r'
  28. - elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  29. - test "X$CONFIG_SHELL" != X/bin/ksh; then
  30. + elif (test -f /bin/bash || test -f /bin/bash$ac_exeext) &&
  31. + test "X$CONFIG_SHELL" != X/bin/bash; then
  32. # If we have ksh, try running configure again with it.
  33. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  34. export ORIGINAL_CONFIG_SHELL
  35. - CONFIG_SHELL=/bin/ksh
  36. + CONFIG_SHELL=/bin/bash
  37. export CONFIG_SHELL
  38. exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  39. else