Differences From Artifact [daf2ac0fe1]:
- Executable file autogen.sh — part of check-in [2086fbe318] at 2012-07-30 05:07:01 on branch trunk — Moved copying in of automake/autoconf files to autogen from build (user: rkeene, size: 325) [annotate] [blame] [check-ins using] [more...]
To Artifact [de474aeb75]:
- 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...]
1 2 3 4 5 6 7 8 9 10 11 | #! /bin/sh rm -f aclocal.m4 ${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 | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #! /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 |
︙ | ︙ |