#!/bin/sh # Run this to generate all the initial makefiles, etc. echo Running gettextize... gettextize -c --intl --no-changelog echo Running libtoolize... libtoolize -c -f --automake echo Running aclocal... aclocal -I m4 echo Running autoscan... autoscan echo Running autoheader... autoheader echo Running autoconf... autoconf echo Running automake... automake -a -c --gnu