Artifact de474aeb756e7473c12ca3d12ab557728e7bc046:
- Executable file autogen.sh — part of check-in [45c70bc44d] at 2017-12-27 18:48:13 on branch dlopen-wrapper — Added a wrapper PKCS#11 module which uses GNU dlmopen to segregate loading cackey and its libraries to avoid issues with different linkspaces (user: rkeene, size: 396) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh rm -f aclocal.m4 rm -f libcackey_wrap.c ./build/make-libcackey_wrap > libcackey_wrap.c ${MAKE:-make} -C aclocal autoconf; autoheader rm -rf autom4te.cache/ for basefile in install-sh config.sub config.guess; do for path in /usr/share/automake-*; do file="${path}/${basefile}" if [ -f "${file}" ]; then cp "${file}" . chmod 755 "./${basefile}" break fi done done