Artifact 567538d53024ccc749113e0a88ea9b5e809b37686e94acfa116f66c370f27680:
- Executable file
r38/lisp/csl/cslbase/stamp.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: 534) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # # This resets time-stamps in a sensible order in case they have # got mangled. Ditto file permissions echo Resetting date-stamps on configuration files ... # The following two files are the basis for everything... echo configure.ac Makefile.am touch configure.ac touch Makefile.am sleep 1 echo aclocal touch aclocal.m4 sleep 1 echo autoheader touch config.h.in sleep 1 echo automake touch Makefile.in sleep 1 echo autoconf touch configure chmod +x configure echo datestamps should now be in the proper sequence.