patch-tools_krb5-config_in 601 B

1234567891011121314151617181920212223
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- heimdal-1.2.1.orig/tools/krb5-config.in 2008-07-28 14:04:32.000000000 +0200
  3. +++ heimdal-1.2.1/tools/krb5-config.in 2009-01-02 23:04:28.000000000 +0100
  4. @@ -71,15 +71,10 @@ if test "$do_usage" = "yes"; then
  5. exit $usage_exit
  6. fi
  7. -if test "$prefix" = ""; then
  8. - prefix=@prefix@
  9. -fi
  10. -if test "$exec_prefix" = ""; then
  11. - exec_prefix=@exec_prefix@
  12. -fi
  13. -
  14. -libdir=@libdir@
  15. -includedir=@includedir@
  16. +prefix=@prefix@
  17. +exec_prefix=$prefix
  18. +libdir=${prefix}/lib
  19. +includedir=${prefix}/include
  20. if test "$print_prefix" = "yes"; then
  21. echo $prefix