aboutsummaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
blob: 8ee3e5c694ff04783a68ac6e3d41428daf3020ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# New version from 18/08/2005
libtoolize --force --copy
aclocal
autoheader
automake --add-missing -a --foreign
autoconf


# Old version
#gettextize -c
#libtoolize -c
#aclocal
#autoconf
#autoheader
#automake -c -a --foreign