summaryrefslogtreecommitdiff
blob: 302782b9e239465d3d49120e685f29f5266e0fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/configure
+++ b/configure
@@ -28,13 +28,13 @@
 fi
 
 OS=`uname`
-INSTALL=`which install`
+INSTALL=`command -v install`
 
 if [ -z "$PREFIX" ]; then
    PREFIX=/usr/local
 fi
 
-which xgettext
+command -v xgettext
 XGETTEXT_MISSING=$?
 
 if [ $XGETTEXT_MISSING -eq 0 ]; then
--- a/libsysinfo-0.3.0/configure
+++ b/libsysinfo-0.3.0/configure
@@ -13,7 +13,7 @@
    
 OS=`uname`
 PREFIX=/usr/local
-INSTALL=`which install`
+INSTALL=`command -v install`
 
 LIBSYSINFO_INCLUDE="-I.."
 LFLAGS=""