X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure;h=4947f67729fe677476076a223cb316c5d0306ada;hb=96cf0d36e560a2f63d68b3d271e3273ea711f258;hp=4a1d251eb26b4d11b1b215dd2ce5122826bb241c;hpb=b27753366afbf23f168f3af6aec160e7c22d4157;p=idzebra-moved-to-github.git diff --git a/configure b/configure index 4a1d251..4947f67 100755 --- a/configure +++ b/configure @@ -951,10 +951,10 @@ else echo "$ac_t""no" 1>&6 fi -if ! test -d lib; then +if test ! -d lib; then mkdir lib fi -if ! test -d bin; then +if test ! -d bin; then mkdir bin fi @@ -1363,16 +1363,16 @@ else #define ZMBOL 0 EOF - if ! test -d isamc; then + if test ! -d isamc; then mkdir isamc fi - if ! test -r isamc/Makefile.in; then + if test ! -r isamc/Makefile.in; then touch isamc/Makefile.in fi - if ! test -d isam; then + if test ! -d isam; then mkdir isam fi - if ! test -r isam/Makefile.in; then + if test ! -r isam/Makefile.in; then touch isam/Makefile.in fi fi