Artifact 071d09b3d7420ec5720f87116731fd898ec1497507762e185f77c553e27efee6:
- Executable file build/pre.sh — part of check-in [6846d93596] at 2019-06-12 21:19:44 on branch trunk — TclPKCS11 0.9.12 (user: rkeene, size: 170) [annotate] [blame] [check-ins using]
#! /bin/bash ./autogen.sh rm -rf aclocal cat Makefile.in | sed '/^mrproper:/,/^$/ d' > Makefile.in.new cat Makefile.in.new > Makefile.in rm -f Makefile.in.new exit 0