File r38/lisp/csl/cslbase/autogen.sh artifact 41d6d9c742 part of check-in b5833487d7
#! /bin/sh # # Rebuild all the things that automake and friends can do for me autoreconf -v #echo Rebuild autoconfigure things... #echo #echo aclocal #aclocal # #echo autoheader #rm -f config.h.in #autoheader # #echo automake #rm -f Makefile.in #automake # #echo autoconf #rm -f configure #autoconf echo Configuration files now up to date.