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.

86 lines
2.9 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../pcre/rip-gentoo-unsaneity-check.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- pcre-6.6/configure.orig 2006-02-06 13:17:16.000000000 +0100
  17. +++ pcre-6.6/configure 2006-02-14 10:07:45.000000000 +0100
  18. @@ -5913,67 +5913,6 @@
  19. fi;
  20. test -z "$pic_mode" && pic_mode=default
  21. -# Check if we have a version mismatch between libtool.m4 and ltmain.sh.
  22. -#
  23. -# Note: This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined.
  24. -# We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually
  25. -# calls AC_LIBTOOL_CONFIG and creates libtool.
  26. -#
  27. -echo "$as_me:$LINENO: checking for correct ltmain.sh version" >&5
  28. -echo $ECHO_N "checking for correct ltmain.sh version... $ECHO_C" >&6
  29. -if test "x$ltmain" = "x" ; then
  30. - echo "$as_me:$LINENO: result: no" >&5
  31. -echo "${ECHO_T}no" >&6
  32. - { { echo "$as_me:$LINENO: error:
  33. -
  34. -*** [Gentoo] sanity check failed! ***
  35. -*** \$ltmain is not defined, please check the patch for consistency! ***
  36. -" >&5
  37. -echo "$as_me: error:
  38. -
  39. -*** [Gentoo] sanity check failed! ***
  40. -*** \$ltmain is not defined, please check the patch for consistency! ***
  41. -" >&2;}
  42. - { (exit 1); exit 1; }; }
  43. -fi
  44. -gentoo_lt_version="1.5.22"
  45. -gentoo_ltmain_version=`sed -n '/^[ ]*VERSION=/{s/^[ ]*VERSION=//;p;q;}' "$ltmain"`
  46. -if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then
  47. - echo "$as_me:$LINENO: result: no" >&5
  48. -echo "${ECHO_T}no" >&6
  49. - { { echo "$as_me:$LINENO: error:
  50. -
  51. -*** [Gentoo] sanity check failed! ***
  52. -*** libtool.m4 and ltmain.sh have a version mismatch! ***
  53. -*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) ***
  54. -
  55. -Please run:
  56. -
  57. - libtoolize --copy --force
  58. -
  59. -if appropriate, please contact the maintainer of this
  60. -package (or your distribution) for help.
  61. -" >&5
  62. -echo "$as_me: error:
  63. -
  64. -*** [Gentoo] sanity check failed! ***
  65. -*** libtool.m4 and ltmain.sh have a version mismatch! ***
  66. -*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) ***
  67. -
  68. -Please run:
  69. -
  70. - libtoolize --copy --force
  71. -
  72. -if appropriate, please contact the maintainer of this
  73. -package (or your distribution) for help.
  74. -" >&2;}
  75. - { (exit 1); exit 1; }; }
  76. -else
  77. - echo "$as_me:$LINENO: result: yes" >&5
  78. -echo "${ECHO_T}yes" >&6
  79. -fi
  80. -
  81. -
  82. # Use C for the default configuration in the libtool script
  83. tagname=
  84. lt_save_CC="$CC"