=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: configure: Install view.

Alexandre Julliard julliard at winehq.org
Mon Sep 5 13:26:22 CDT 2011


Module: wine
Branch: master
Commit: 31f0f09a17624eeafcc9fbedf38fd06d0090dbd8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=31f0f09a17624eeafcc9fbedf38fd06d0090dbd8

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Sep  1 21:04:14 2011 +0200

configure: Install view.

(better subject, maybe)

I still think "view" should be available to users, so the only thing between the user and "view" is they have to compile Wine theirselves and that should change.
It's very hard to find good wmf/emf viewers for Linux(and most likely other OS), but "view" is a great program for people who need to take a look at wmf/emf files.

---

 configure            |    2 +-
 configure.ac         |    2 +-
 tools/make_makefiles |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 7c1af08..dfc540f 100755
--- a/configure
+++ b/configure
@@ -15256,7 +15256,7 @@ wine_fn_config_program taskmgr enable_taskmgr install,po
 wine_fn_config_program termsv enable_termsv install
 wine_fn_config_program uninstaller enable_uninstaller install,po
 wine_fn_config_program unlodctr enable_unlodctr install
-wine_fn_config_program view enable_view po
+wine_fn_config_program view enable_view install,po
 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage
 wine_fn_config_program winebrowser enable_winebrowser install
 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
diff --git a/configure.ac b/configure.ac
index 0421c74..a2c3efe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2949,7 +2949,7 @@ WINE_CONFIG_PROGRAM(taskmgr,,[install,po])
 WINE_CONFIG_PROGRAM(termsv,,[install])
 WINE_CONFIG_PROGRAM(uninstaller,,[install,po])
 WINE_CONFIG_PROGRAM(unlodctr,,[install])
-WINE_CONFIG_PROGRAM(view,,[po])
+WINE_CONFIG_PROGRAM(view,,[install,po])
 WINE_CONFIG_PROGRAM(wineboot,,[install,installbin,manpage])
 WINE_CONFIG_PROGRAM(winebrowser,,[install])
 WINE_CONFIG_PROGRAM(winecfg,,[install,installbin,manpage,po])
diff --git a/tools/make_makefiles b/tools/make_makefiles
index 3a27cf0..d94880a 100755
--- a/tools/make_makefiles
+++ b/tools/make_makefiles
@@ -51,7 +51,6 @@ my %bin_install =
 my %dont_install =
 (
   "cmdlgtst" => 1,
-  "view" => 1,
   "winetest" => 1,
 );
 




More information about the wine-cvs mailing list