xz/autogen.sh

20 lines
417 B
Bash
Raw Normal View History

2007-12-08 22:42:33 +00:00
#!/bin/sh
###############################################################################
#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#
###############################################################################
2007-12-08 22:42:33 +00:00
set -e -x
autopoint -f
libtoolize -c -f || glibtoolize -c -f
aclocal -I m4
2007-12-08 22:42:33 +00:00
autoconf
autoheader
automake -acf --foreign