mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 22:13:00 +00:00
Changes for new Linux distributions: grep -E, -F
This commit is contained in:
parent
2ab4b232fc
commit
54cbb0bb09
4 changed files with 10 additions and 8 deletions
|
@ -10,7 +10,7 @@ AC_CONFIG_HEADER(config.h)
|
|||
if test -f /usr/xpg4/bin/fgrep; then
|
||||
FGREP=/usr/xpg4/bin/fgrep # Solaris
|
||||
else
|
||||
FGREP=fgrep
|
||||
FGREP="grep -F"
|
||||
fi
|
||||
|
||||
# find out which defines gcc passes to cpp, so makedepend does not run into
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue