Permit 64-bit builds.
[asdcplib.git] / configure.ac
index 22e7cc9945289e13d9292e4f945557430bbda14a..e109d517657ca23d771b0170f9f61d638fb7f6cc 100644 (file)
@@ -2,10 +2,13 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT([asdcplib], [1.3.19.1], [asdcplib@cinecert.com])
+# If you change this, you should update the libtool version number specified
+# in src/Makefile.am. Read <http://www.gnu.org/software/libtool/manual.html#Versioning>
+# for suggestions on doing so.
+AC_INIT([asdcplib], [1.3.19], [asdcplib@cinecert.com])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/KM_error.h])
-AC_CONFIG_HEADER([src/config.h])
+#AC_CONFIG_HEADER([src/config.h])
 AM_INIT_AUTOMAKE([1.9 foreign])
 
 # Checks for programs.
@@ -18,6 +21,9 @@ AC_PROG_INSTALL
 AC_PROG_RANLIB
 
 AC_SYS_LARGEFILE
+if test "$ac_cv_sys_largefile_CC" != no; then
+   CXX=$CXX$ac_cv_sys_largefile_CC
+fi
 
 CHECK_SSL
 AX_LIB_EXPAT