bootstrap
author Richard Hacker <ha@igh-essen.com>
Mon, 09 Oct 2006 12:59:09 +0000
changeset 385 c33367851350
child 387 e6e708a5d502
permissions -rwxr-xr-x
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
#!/bin/bash

set -x
aclocal -I config
autoheader
automake --add-missing
autoconf