Skip to content

Commit

Permalink
Fix libtoolize name
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Apr 25, 2024
1 parent 26b4aa1 commit 1b5c63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/GNU/Library/autogen.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

#libtoolize
if test "$(uname)" = "Darwin" ; then
#Darwin based Systems like Mac OS X: libtoolize is called glibtoolize.
if ! command -v glibtoolize &>/dev/null 2>&1 ; then
#Old Darwin based Systems like Mac OS X: libtoolize is called glibtoolize.
glibtoolize --automake
else
libtoolize --automake
Expand Down

0 comments on commit 1b5c63a

Please sign in to comment.