summaryrefslogtreecommitdiff
path: root/pre-config
blob: dce7fc8e5d5a2676f07e893d088391a47609b791 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

aclocal -I m4 && \
gettextize && \
autoconf && \
autoheader && \
automake -a && \
touch stamp-h.in || \
exit 1