Ticket #18118: patch-autogen.sh.diff

File patch-autogen.sh.diff, 438 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)
  • autogen.sh

    old new  
    77        x)
    88                echo "Generating build system..."
    99                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 .
    1211                if autoreconf --force --install --verbose $*; then
    1312                        echo "Build system has been generated."
    1413                else