source: trunk-3.0/source/lib/replace/autogen.sh@ 102

Last change on this file since 102 was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 176 bytes
Line 
1#!/bin/sh
2
3rm -rf autom4te.cache
4rm -f configure config.h.in
5
6autoheader || exit 1
7autoconf || exit 1
8
9rm -rf autom4te.cache
10
11echo "Now run ./configure and then make."
12exit 0
13
Note: See TracBrowser for help on using the repository browser.