Artifact 41d6d9c742c42d5fae74c97a7a76528fe81ab90067a0c2133eaf8177cc278f46:
- Executable file
r38/lisp/csl/cslbase/autogen.sh
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 345) [annotate] [blame] [check-ins using] [more...]
#! /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.