aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 21b065f5da95cd8f8495dc863d7c5443f1dd24b7 (plain)
1
2
3
4
5
6
7
#! /bin/sh

aclocal &&
 libtoolize --automake -c &&
 autoheader &&
 automake -a -c &&
 autoconf

Return to:

Send suggestions and report system problems to the System administrator.