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.

50 lines
2.3 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/public/gtoaster/configure-fix.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- gtoaster/configure 2002-09-01 09:38:49.000000000 +0200
  20. +++ gtoaster-fixed/configure 2003-05-07 02:17:11.182288696 +0200
  21. @@ -1433,8 +1433,8 @@
  22. # Run test in a subshell; some versions of sh will print an error if
  23. # an executable is not found, even if stderr is redirected.
  24. # Redirect stdin to placate older versions of autoconf. Sigh.
  25. -if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  26. - ACLOCAL=aclocal-${am__api_version}
  27. +if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  28. + ACLOCAL=aclocal}
  29. echo "$as_me:$LINENO: result: found" >&5
  30. echo "${ECHO_T}found" >&6
  31. else
  32. @@ -1458,13 +1458,13 @@
  33. echo "${ECHO_T}missing" >&6
  34. fi
  35. -echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
  36. -echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6
  37. +echo "$as_me:$LINENO: checking for working automake" >&5
  38. +echo $ECHO_N "checking for working automake... $ECHO_C" >&6
  39. # Run test in a subshell; some versions of sh will print an error if
  40. # an executable is not found, even if stderr is redirected.
  41. # Redirect stdin to placate older versions of autoconf. Sigh.
  42. -if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  43. - AUTOMAKE=automake-${am__api_version}
  44. +if (automake --version) < /dev/null > /dev/null 2>&1; then
  45. + AUTOMAKE=automake}
  46. echo "$as_me:$LINENO: result: found" >&5
  47. echo "${ECHO_T}found" >&6
  48. else