~ubuntu-branches/debian/sid/ncurses/sid

« back to all changes in this revision

Viewing changes to misc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sven Joachim
  • Date: 2015-08-17 18:01:53 UTC
  • mfrom: (1.32.11)
  • Revision ID: package-import@ubuntu.com-20150817180153-ywf02awpkuzvqwdv
Tags: 6.0+20150810-1
* New upstream release.
  - Fix comparison against "/usr/include" in misc/gen-pkgconfig.in
    (Closes: #790548).
* Configure with "--with-abi-version=5", upstream defaults to abi 6 now.
* Configure with "--with-versioned-syms" (Closes: #788610).
  - Bump minimal versions of all symbols as well as shlibs to 6.
* After building the wide library, install it into a temporary
  scratchdir so that test/configure can find the necessary auxiliary
  files (see #786436).
* Drop the libncursesw5-dev build-dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.in,v 1.62 2014/09/23 22:12:42 tom Exp $
 
1
# $Id: Makefile.in,v 1.63 2015/08/05 23:15:41 tom Exp $
2
2
##############################################################################
3
 
# Copyright (c) 1998-2013,2014 Free Software Foundation, Inc.                #
 
3
# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc.                #
4
4
#                                                                            #
5
5
# Permission is hereby granted, free of charge, to any person obtaining a    #
6
6
# copy of this software and associated documentation files (the "Software"), #
42
42
# turn off _all_ suffix rules; we'll generate our own
43
43
.SUFFIXES :
44
44
 
45
 
SHELL           = /bin/sh
 
45
SHELL           = @SHELL@
46
46
VPATH           = @srcdir@
47
47
THIS            = Makefile
48
48