diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-05 18:17:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-05 18:17:44 +0000 |
commit | 9a47f198420ab03a7034628d182e02ae44dc6d46 (patch) | |
tree | 8e42798e413cc7fe00960317ccb60eaf41bc354c /app/luit/Makefile.in | |
parent | abe18d8a3de86ed358f65ceff89bedc1f519e630 (diff) |
Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.
Diffstat (limited to 'app/luit/Makefile.in')
-rw-r--r-- | app/luit/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/luit/Makefile.in b/app/luit/Makefile.in index 056b170ca..ba7482fe7 100644 --- a/app/luit/Makefile.in +++ b/app/luit/Makefile.in @@ -171,8 +171,6 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -187,23 +185,30 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ |