fp@1731: #!/bin/bash fp@1731: fp@1739: # $Id$ fp@1739: fp@1731: set -x fp@1731: mkdir -p autoconf fp@1731: aclocal -I autoconf fp@1731: autoheader fp@1739: touch ChangeLog fp@1732: automake --add-missing --copy fp@1731: autoconf