| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/intltool/files/ |
Upload File : |
--- intltoolize.in.orig 2011-10-08 06:16:58 UTC +++ intltoolize.in @@ -233,7 +233,8 @@ exit $status # will be used to pull in the macro. m4dir=`cat "$configure" | grep '^AC_CONFIG_MACRO_DIR' | sed -n -e 's/AC_CONFIG_MACRO_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q` if test -n "$m4dir"; then - rm -f $m4dir/intltool.m4 + $mkdir -p $m4dir + $rm $m4dir/intltool.m4 if test -n "$ln_s" && $ln_s $intltool_m4 $m4dir/intltool.m4; then : elif $cp $intltool_m4 $m4dir/intltool.m4; then : else