diff options
Diffstat (limited to 'autogen')
-rwxr-xr-x | autogen | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/bin/sh +# $Id$ +# +# Run this shell script to bootstrap as necessary after a fresh checkout +# from Subversion. + +autoreconf +rm -rf autom4te.cache |