#! /bin/sh # #autogen -- run configuration things in the right order #Developers only need to run this script once after fresh CVS #checkout. They may need it again after some changes in configure.in #such as creation of new files from configure. # Author: Paul_Kunz@slac.stanford.edu if [ ! -d config ] ; then mkdir config fi # script on /usr/local/bin : add some stuff to aclocal.m4 libtoolize --force --automake # put macros needed for your configure.in file defined in config file # generate file aclocal.m4 aclocal -I config/m4 autoconf #needed ? autoheader automake --add-missing