Remove building with NOCRYPTO option
[minix3.git] / external / bsd / libarchive / prepare-import.sh
blob28e68fd332d5a97036ce2548aa0c85d25b3fa301
1 #!/bin/sh
2 # $NetBSD: prepare-import.sh,v 1.2 2010/02/20 02:55:53 joerg Exp $
4 # Extract the new tarball and rename the libarchive-X.Y.Z directory
5 # to dist. Run this script and check for additional files and
6 # directories to prune, only relevant content is included.
8 set -e
10 mkdir tmp
11 cd tmp
12 ../dist/configure --without-xml2 --without-expat
13 mv config.h ../include/config_netbsd.h
14 cd ..
15 rm -rf tmp
17 cd dist
19 rm -rf build contrib doc examples
20 rm INSTALL Makefile.am Makefile.in aclocal.m4 config.h.in
21 rm configure configure.ac CMakeLists.txt */CMakeLists.txt */config_freebsd.h