summaryrefslogblamecommitdiff
path: root/autogen.sh
blob: 69533296739c34d0e0c6df833aad0fa846110efd (plain) (tree)
1
2
3
4
5
6
7
8
9

         
                                                                                                 


                              
         
       
          
                                   



                                           
#!/bin/sh

echo "Generating build information using autopoint, aclocal, autoheader, automake, and autoconf."
echo

# Regerate configuration files
autopoint
aclocal
autoheader
automake --gnu --add-missing --copy
autoconf

echo
echo "Now you are ready to run ./configure"