X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Frun_tic.in;h=957bcf670a2b93907372563d84b5f8ac2f411323;hp=9cbb4eefa4e428757d78d59e398f2c9fcc6ae6ef;hb=90ffd624948c543a457324ee777717e4130f2ad2;hpb=da5e7c6148aa378da9d8da09be73e0ddd3995c6f diff --git a/misc/run_tic.in b/misc/run_tic.in index 9cbb4eef..957bcf67 100644 --- a/misc/run_tic.in +++ b/misc/run_tic.in @@ -1,7 +1,7 @@ #!@SHELL@ -# $Id: run_tic.in,v 1.29 2010/10/23 20:49:04 tom Exp $ +# $Id: run_tic.in,v 1.30 2011/02/21 01:05:37 tom Exp $ ############################################################################## -# Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. # +# Copyright (c) 1998-2010,2011 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"), # @@ -66,16 +66,21 @@ then if test -f ../progs/tic$suffix then case "$PATH" in - @PATH_SEPARATOR@*) - PATH=../progs@PATH_SEPARATOR@../lib@PATH_SEPARATOR@${DESTDIR}$bindir$PATH + \@PATH_SEPARATOR@*) + PATH="../progs@PATH_SEPARATOR@../lib@PATH_SEPARATOR@${DESTDIR}$bindir$PATH" ;; *) - PATH=../progs@PATH_SEPARATOR@../lib@PATH_SEPARATOR@${DESTDIR}$bindir@PATH_SEPARATOR@$PATH + PATH="../progs@PATH_SEPARATOR@../lib@PATH_SEPARATOR@${DESTDIR}$bindir@PATH_SEPARATOR@$PATH" ;; esac export PATH - SHLIB="sh $srcdir/shlib" - TIC_PATH="$SHLIB tic" + if test @DFT_LWR_MODEL@ = shared + then + SHLIB="sh $srcdir/shlib" + TIC_PATH="$SHLIB tic" + else + TIC_PATH="tic" + fi elif test "$TIC_PATH" = unknown then echo '? no tic program found'