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

« back to all changes in this revision

Viewing changes to Ada95/samples/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
1
##############################################################################
2
 
# Copyright (c) 1998-2011,2012 Free Software Foundation, Inc.                #
 
2
# Copyright (c) 1998-2012,2015 Free Software Foundation, Inc.                #
3
3
#                                                                            #
4
4
# Permission is hereby granted, free of charge, to any person obtaining a    #
5
5
# copy of this software and associated documentation files (the "Software"), #
28
28
#
29
29
#  Author:  Juergen Pfeifer, 1996
30
30
#
31
 
#  $Id: Makefile.in,v 1.48 2012/10/06 19:00:42 tom Exp $
 
31
#  $Id: Makefile.in,v 1.49 2015/08/05 23:15:41 tom Exp $
32
32
#
33
33
.SUFFIXES:
34
34
 
35
 
SHELL           = /bin/sh
 
35
SHELL           = @SHELL@
36
36
VPATH           = @srcdir@
37
37
THIS            = Makefile
38
38