aboutsummaryrefslogblamecommitdiff
path: root/autogen.sh
blob: 84608172e6adc92b3fe96d920b68d1bec4136cbe (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

         








                                                                               

         
            
                                     
             


                       
#!/bin/sh

###############################################################################
#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#
###############################################################################

set -e -x

autopoint -f
libtoolize -c -f || glibtoolize -c -f
aclocal -I m4
autoconf
autoheader
automake -acf --foreign