Changeset 502 in MondoRescue for branches/stable/mondo/bootstrap


Ignore:
Timestamp:
Apr 30, 2006, 12:37:43 AM (18 years ago)
Author:
bcornec
Message:

Internationalization: gettextize is an unfriendly tool that you can't invoke non-interactively.
So we now copy it, hack it to make it non-interactive, and run it, then delete it.
Everything in bootstrap.
Should end the Internationalization patch integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/bootstrap

    r500 r502  
    2828make maintainer-clean >/dev/null 2>&1
    2929libtoolize -f -c --automake
    30 gettextize -c -f --no-changelog < /dev/null
     30cp /usr/bin/gettextize .
     31perl -pi -e 's~read dummy < /dev/tty~~' gettextize
     32./gettextize -c -f --no-changelog < /dev/null
     33rm -f gettextize
    3134aclocal -I m4
    3235autoheader
Note: See TracChangeset for help on using the changeset viewer.