From 31f0f09a17624eeafcc9fbedf38fd06d0090dbd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Thu, 1 Sep 2011 21:04:14 +0200 Subject: [PATCH] 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 7c1af081f67..dfc540f3d76 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 0421c743a78..a2c3efe0f28 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 3a27cf08a40..d94880ac425 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, );