Ticket #18118: patch-autogen.sh.diff
File patch-autogen.sh.diff, 438 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
autogen.sh
old new 7 7 x) 8 8 echo "Generating build system..." 9 9 mkdir -p m4 10 cp -f /usr/share/gettext/config.rpath . || \ 11 cp -f /usr/local/share/gettext/config.rpath . || true 10 cp -f @PREFIX@/share/gettext/config.rpath . 12 11 if autoreconf --force --install --verbose $*; then 13 12 echo "Build system has been generated." 14 13 else