From: ayin Date: Tue, 18 Sep 2007 12:17:58 +0000 (+0000) Subject: Simplify rule to install terminfo entry. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=044762b68dd803f1dfe4503109c28836ca20f41f;p=dana%2Furxvt.git Simplify rule to install terminfo entry. --- diff --git a/configure b/configure index b9370453..4d8db6cf 100755 --- a/configure +++ b/configure @@ -4861,6 +4861,7 @@ done done IFS=$as_save_IFS + test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":" ;; esac fi diff --git a/configure.ac b/configure.ac index d02702e8..baf3530e 100644 --- a/configure.ac +++ b/configure.ac @@ -421,7 +421,7 @@ AC_ARG_WITH(terminfo, dnl# -------------------------------------------------------------------------- -AC_PATH_PROG(TIC, tic) +AC_PATH_PROG(TIC, tic, :) dnl# need a neat way to detect SVR4 or its features dnl# in src/command.c we use these functions: diff --git a/doc/Makefile.in b/doc/Makefile.in index 8f961fc1..8e10f334 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -101,7 +101,7 @@ install: $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) @IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext) - if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi + @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo distdepend: alldoc