Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
3a238f0f
Commit
3a238f0f
authored
Nov 19, 2009
by
Ian Lynagh
Browse files
Add gnutar to the list of names we use when looking for GNU tar
parent
852373b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3a238f0f
...
...
@@ -558,7 +558,7 @@ AC_PATH_PROG(TimeCmd,time)
dnl ** check for tar
dnl if GNU tar is named gtar, look for it first.
AC_PATH_PROGS(TarCmd,gtar tar,tar)
AC_PATH_PROGS(TarCmd,
gnutar
gtar tar,tar)
dnl ** check for patch
dnl if GNU patch is named gpatch, look for it first
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment