OpenSDE Packages Database (without history before r20070)
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.

48 lines
2.1 KiB

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