Home | History | Annotate | Line # | Download | only in dist
      1 #! /bin/sh
      2 #
      3 #	The Initial Developer of the Original Code is International
      4 #	Business Machines Corporation. Portions created by IBM
      5 #	Corporation are Copyright (C) 2005 International Business
      6 #	Machines Corporation. All Rights Reserved.
      7 #
      8 #	This program is free software; you can redistribute it and/or modify
      9 #	it under the terms of the Common Public License as published by
     10 #	IBM Corporation; either version 1 of the License, or (at your option)
     11 #	any later version.
     12 #
     13 #	This program is distributed in the hope that it will be useful,
     14 #	but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 #	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 #	Common Public License for more details.
     17 #
     18 #	You should have received a copy of the Common Public License
     19 #	along with this program; if not, a copy can be viewed at
     20 #	http://www.opensource.org/licenses/cpl1.0.php.
     21 #
     22 # bootstrap.sh
     23 #
     24 
     25 set -x
     26 
     27 #
     28 # gettextize support
     29 mkdir -p po
     30 mkdir -p m4
     31 cp -R po_/* po/
     32 touch po/Makefile.in.in
     33 touch m4/Makefile.am
     34 autoreconf -fv --install
     35