diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,5 @@ # change to root directory cd $(dirname "$0") -autoreconf --force --install +autopoint --force && \ + AUTOPOINT="intltoolize --automake --copy" autoreconf --force --install --verbose |