X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=Makefile.in;h=b5a6035d83c59e21020a30430d17abc8558fc6d1;hb=4496a3f032d219fc5f622e9d82b0cd749e36fa0e;hp=8420b38c3a350314e70496b653b8ecf58f18390b;hpb=7b077b4a853fd84176d8057f263ed193210f632e;p=ncurses.git diff --git a/Makefile.in b/Makefile.in index 8420b38c..b5a6035d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.39 2014/12/13 21:52:19 tom Exp $ +# $Id: Makefile.in,v 1.41 2018/11/24 22:38:10 tom Exp $ ############################################################################## -# Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -31,7 +31,7 @@ # # Master Makefile for ncurses library. -SHELL = /bin/sh +SHELL = @SHELL@ VPATH = @srcdir@ DESTDIR=@DESTDIR@ @@ -83,6 +83,7 @@ preinstall : @ echo ' include directory: '$(include_dir) @ echo ' man directory: '$(mandir) @MAKE_TERMINFO@ @ echo ' terminfo directory: '$(ticdir) +@USE_FALLBACKS@ @ echo ' using fallback-list: '@FALLBACK_LIST@ @MAKE_PC_FILES@ @ echo ' pkg-config directory: '$(pkgdir) @ echo '' @ test "$(include_dir)" = "$(prefix)/include" || \