blob: 65baeb52070ac37906caedf7679c2e6a36b2b1bd [file] [log] [blame]
#! /bin/sh
# Bootstrap the development environment
autoconf
(cd Source/DOH; autoconf)
(cd Tools; autoconf)
(cd Examples/GIFPlot; autoconf)