diff options
author | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:48:04 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:48:04 +0000 |
commit | 774de98a472fc25bb8162057e1ae88603d28cfd4 (patch) | |
tree | 0105175ce0c1f628c087d8f546061e76385a2834 /autogen | |
parent | 6f79b22ae2db9b9114a8300a9710e21f9068e121 (diff) |
Import gen_srvtab as kasetkey and add the basic build framework.
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 |