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

update autogen.sh

parent b91eeac5
#! /bin/sh #! /bin/sh
#set -x # If needed, run autoreconf -fiv manually and commit all files
rm -f po/stamp-po
# Improve: try autoreconf -fiv instead this script # We run just autoreconf, updates all needed
aclocal || exit 1 autoreconf -v
autoheader || exit 1
libtoolize --copy || exit 1 # run configure if project is compiled
automake --add-missing --include-deps --copy || exit 1
autoconf || exit 1
test -f Makefile && ./configure --enable-maintainer-mode test -f Makefile && ./configure --enable-maintainer-mode
exit 0 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