summaryrefslogtreecommitdiffstats
path: root/bare/config/textproc/gsed.cfg
blob: 8287c742491ebd8a5f5d3f2d8e2e75cf75e67528 (plain) (blame)
1
2
3
4
5
6
7
8
#
# GNU sed has a version option, check for it.
# If not found build it.
#
%define has_gnu_sed %(sed --version > /dev/null 2>&1; echo $?)
%if %{has_gnu_sed} != 0
 %include %{_configdir}/textproc/gsed-4.8.cfg
%endif