summaryrefslogtreecommitdiffstats
path: root/bare/config/textproc/gsed.cfg
blob: 68d8b405ab77d6e38f54469318e28db342bc29f7 (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.9.cfg
%endif