patch-autoconf_configure 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --- cdrtools-3.01.orig/autoconf/configure 2011-11-22 22:45:22.000000000 +0100
  2. +++ cdrtools-3.01/autoconf/configure 2012-03-03 16:50:19.000000000 +0100
  3. @@ -1140,7 +1140,7 @@ else
  4. fi
  5. if test -z "$CC"; then
  6. - case "`uname -s`" in
  7. + case "Linux" in
  8. *win32* | *WIN32*)
  9. # Extract the first word of "cl", so it can be a program name with args.
  10. set dummy cl; ac_word=$2
  11. @@ -1657,7 +1657,7 @@ hp_cc=cc
  12. hp_cc_ansi_opt=''
  13. ac_cv_hp_cc_ansi_opt=no
  14. if test "$GCC" != yes; then
  15. - os_name=`(uname -s) 2> /dev/null`
  16. + os_name=Linux
  17. if test ."$os_name" = .HP-UX ; then
  18. ac_err=`< /dev/null eval $hp_cc -Ae -c 2>&1 | grep 'Bundled.*option is available only'`
  19. if test -n "$ac_err"; then
  20. @@ -1684,7 +1684,7 @@ hp_cc=cc
  21. hp_cc_opt_opt=''
  22. ac_cv_hp_cc_opt_opt=no
  23. if test "$GCC" != yes; then
  24. - os_name=`(uname -s) 2> /dev/null`
  25. + os_name=Linux
  26. if test ."$os_name" = .HP-UX ; then
  27. ac_err=`< /dev/null eval $hp_cc -O -c 2>&1 | grep 'Bundled.*option is available only'`
  28. if test -n "$ac_err"; then
  29. @@ -1711,7 +1711,7 @@ hp_cc=cc
  30. hp_cc_gprof_opt=''
  31. ac_cv_hp_cc_gprof_opt=no
  32. if test "$GCC" != yes; then
  33. - os_name=`(uname -s) 2> /dev/null`
  34. + os_name=Linux
  35. if test ."$os_name" = .HP-UX ; then
  36. ac_err=`< /dev/null eval $hp_cc -O -c 2>&1 | grep 'Bundled.*option is available only'`
  37. if test -n "$ac_err"; then
  38. @@ -21121,7 +21121,7 @@ fi
  39. done
  40. -UNAME=`uname || true`
  41. +UNAME=Linux
  42. if test ."$UNAME" = .Linux; then