X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=configure.in;h=4af9b70290d17e4a223a4a7d34adf581f1467098;hp=c4e4371117820b789f31ec0dde0e4c32118804cd;hb=b27753366afbf23f168f3af6aec160e7c22d4157;hpb=65a10c9960b7ccdf694efe9ad6a12d9edc6efbc1 diff --git a/configure.in b/configure.in index c4e4371..4af9b70 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1994-1999 -dnl $Id: configure.in,v 1.12 1999-12-01 13:30:30 adam Exp $ +dnl $Id: configure.in,v 1.13 1999-12-09 01:19:14 adam Exp $ dnl See the file LICENSE.2 for details. dnl AC_INIT(include/zebraver.h) @@ -20,6 +20,13 @@ AC_PROG_CPP AC_PROG_INSTALL AC_PROG_RANLIB dnl +dnl ------ Create sub directory lib/bin +if ! test -d lib; then + mkdir lib +fi +if ! test -d bin; then + mkdir bin +fi dnl ------ Build root AC_SUBST(build_root) AC_ARG_WITH(build-root, [ --with-buildroot RPM Build root],[build_root=$withval],[build_root=""])