Commit 9c05b331 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update autogen.sh

parent b91eeac5
#! /bin/sh
#set -x
rm -f po/stamp-po
# Improve: try autoreconf -fiv instead this script
aclocal || exit 1
autoheader || exit 1
libtoolize --copy || exit 1
automake --add-missing --include-deps --copy || exit 1
autoconf || exit 1
# If needed, run autoreconf -fiv manually and commit all files
# We run just autoreconf, updates all needed
autoreconf -v
# run configure if project is compiled
test -f Makefile && ./configure --enable-maintainer-mode
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment