File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ if [ "$1" = "clean" ]; then
46
46
find . -iname " Makefile.in" -type f -exec rm ' {}' +
47
47
fi
48
48
49
- # Prevent any errors that might result from failing to properly invoke `libtoolize` or `glibtoolize,` whichever
50
- # is present on your system, from occurring by testing for its existence and capturing the absolute path to its
51
- # location for caching purposes prior to using it later on in 'Step 2:'
49
+ # Prevent any errors that might result from failing to properly invoke
50
+ # `libtoolize` or `glibtoolize,` whichever is present on your system,
51
+ # from occurring by testing for its existence and capturing the absolute path to
52
+ # its location for caching purposes prior to using it later on in 'Step 2:'
52
53
if command -v libtoolize > /dev/null 2>&1 ; then
53
54
LIBTOOLIZE=" $( command -v libtoolize) "
54
55
elif command -v glibtoolize > /dev/null 2>&1 ; then
You can’t perform that action at this time.
0 commit comments