summaryrefslogtreecommitdiff
path: root/misc/run_tic.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/run_tic.in')
-rw-r--r--misc/run_tic.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/run_tic.in b/misc/run_tic.in
index c34302a..784f9f4 100644
--- a/misc/run_tic.in
+++ b/misc/run_tic.in
@@ -1,7 +1,7 @@
#!@SHELL@
-# $Id: run_tic.in,v 1.32 2011/02/23 23:30:15 tom Exp $
+# $Id: run_tic.in,v 1.34 2012/10/06 19:00:51 tom Exp $
##############################################################################
-# Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. #
+# Copyright (c) 1998-2011,2012 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"), #
@@ -41,13 +41,14 @@ echo '** Building terminfo database, please wait...'
# The script is designed to be run from the misc/Makefile as
# make install.data
-: ${suffix:=@PROG_EXT@}
+: ${suffix:=@EXEEXT@}
: ${DESTDIR:=@DESTDIR@}
: ${prefix:=@prefix@}
: ${exec_prefix:=@exec_prefix@}
: ${bindir:=@bindir@}
: ${top_srcdir:=@top_srcdir@}
: ${srcdir:=@srcdir@}
+: ${datarootdir:=@datarootdir@}
: ${datadir:=@datadir@}
: ${TIC_PATH:=@TIC_PATH@}
: ${ticdir:=@TERMINFO@}