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


Ignore:
Timestamp:
Jan 11, 2007, 1:06:52 AM (18 years ago)
Author:
Bruno Cornec
Message:

Partial re-introduction of trunk changes for the next stable version (tools, contrib)
Preparation ofr addition of localisation patch to mondo
Should not compile in that state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/bootstrap

    r541 r1051  
    11#!/bin/bash
     2#
     3# $Id$
    24#
    35# Built from scratch
     
    2830make maintainer-clean >/dev/null 2>&1
    2931libtoolize -f -c --automake
    30 aclocal
     32cp /usr/bin/gettextize .
     33perl -pi -e 's~read dummy < /dev/tty~~' gettextize
     34./gettextize -c -f --no-changelog < /dev/null
     35rm -f gettextize
     36aclocal -I m4
    3137autoheader
    3238automake
Note: See TracChangeset for help on using the changeset viewer.