X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=e0dd495c1f4d29a05c3e8cfbaeed6a361a36efe8;hb=2a0be28b861bf340b8213ad17438daf49e5cb8b0;hp=100bdc8b1a43358d8adfb41515429a5bdece1dc1;hpb=54453c3aa60e354161680de92b95a279ef6a0916;p=idzebra-moved-to-github.git diff --git a/configure.ac b/configure.ac index 100bdc8..e0dd495 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.25 2006-07-06 07:56:00 adam Exp $ +dnl $Id: configure.ac,v 1.28 2006-09-19 14:22:54 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.0],[adam@indexdata.dk]) +AC_INIT([idzebra],[2.0.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) @@ -250,9 +250,8 @@ int main(int argc, char **argv) if (sizeof(off_t) != 8) exit (1); o = 2000000000; - sprintf (tmp_str, "%Ld", o+o+o); - if (strcmp (tmp_str, "6000000000")) - exit (1); + if ((o+o+o) / 3 != o) + exit(1); fd = creat ("config.tmp", 0644); if (fd < 0) exit (1); @@ -374,9 +373,9 @@ AC_OUTPUT([ examples/marc21/Makefile examples/marcxml/Makefile examples/alvis-oai/Makefile idzebra.spec - idzebra-config + idzebra-config-2.0 Doxyfile -],[sed s%echo_source=yes%echo_source=no%g < idzebra-config > util/idzebra-config && chmod +x idzebra-config util/idzebra-config]) +],[sed s%echo_source=yes%echo_source=no%g < idzebra-config-2.0 > util/idzebra-config-2.0 && chmod +x idzebra-config-2.0 util/idzebra-config-2.0]) echo \ "------------------------------------------------------------------------