Fix the rest of the configure lines.

This commit is contained in:
Zebediah Figura
2018-02-24 17:57:53 -06:00
parent 29b36434e8
commit e33ae29ca0
5 changed files with 31 additions and 47 deletions

View File

@@ -1,32 +1,18 @@
From a29f857073158478574f12119d8e99382d54ebeb Mon Sep 17 00:00:00 2001
From 1cb4681d22018a93485336d10b73b3a6a05a34a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Fri, 1 Apr 2016 01:29:51 +0200
Subject: [PATCH] fsutil: Add fsutil program with support for
creating hard links.
Subject: [PATCH] fsutil: Add fsutil program with support for creating hard
links.
---
configure.ac | 2 +-
programs/fsutil/Makefile.in | 3 +
programs/fsutil/fsutil.rc | 34 ++++++++++++
programs/fsutil/main.c | 131 ++++++++++++++++++++++++++++++++++++++++++--
programs/fsutil/resources.h | 25 +++++++++
5 files changed, 188 insertions(+), 7 deletions(-)
4 files changed, 187 insertions(+), 6 deletions(-)
create mode 100644 programs/fsutil/fsutil.rc
create mode 100644 programs/fsutil/resources.h
diff --git a/configure.ac b/configure.ac
index 187d1dc..1559d4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3836,7 +3836,7 @@ WINE_CONFIG_PROGRAM(expand)
WINE_CONFIG_PROGRAM(explorer)
WINE_CONFIG_PROGRAM(extrac32)
WINE_CONFIG_PROGRAM(findstr)
-WINE_CONFIG_PROGRAM(fsutil)
+WINE_CONFIG_PROGRAM(fsutil,,[clean,install])
WINE_CONFIG_PROGRAM(hh)
WINE_CONFIG_PROGRAM(hostname)
WINE_CONFIG_PROGRAM(icacls)
diff --git a/programs/fsutil/Makefile.in b/programs/fsutil/Makefile.in
index f339c4c..7433695 100644
--- a/programs/fsutil/Makefile.in
@@ -266,5 +252,5 @@ index 0000000..b85826a
+#define STRING_HARDLINK_USAGE 104
+#define STRING_HARDLINK_CREATE_USAGE 105
--
1.9.1
2.7.4