bootstrap
author Florian Pose <fp@igh-essen.com>
Wed, 16 Apr 2008 09:21:51 +0000
changeset 894 440c43d56b33
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Improved EC_WRITE macros by replacing in-situ conversions
(cpu_to_lexxs()) by by-value ones (cpu_to_lexx()).
#!/bin/bash

# $Id$

set -x
mkdir -p autoconf
aclocal -I autoconf
autoheader
touch ChangeLog
automake --add-missing --copy
autoconf