HDFS-1619. Remove AC_TYPE* from the libhdfs. Contributed by Roman Shaposhnik


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@1132881 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 67a3d94..a71b891 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -942,6 +942,8 @@
     HDFS-1980. Move build/webapps deeper in the build directory heirarchy
     to aid eclipse users. (todd)
 
+    HDFS-1619. Remove AC_TYPE* from the libhdfs. (Roman Shaposhnik via eli)
+
   OPTIMIZATIONS
 
     HDFS-1140. Speedup INode.getPathComponents. (Dmytro Molkov via shv)
diff --git a/src/c++/libhdfs/configure.ac b/src/c++/libhdfs/configure.ac
index f40e37e..d801fc4 100644
--- a/src/c++/libhdfs/configure.ac
+++ b/src/c++/libhdfs/configure.ac
@@ -18,7 +18,6 @@
 # Autoconf input file
 # $Id$
 
-AC_PREREQ(2.61)
 AC_INIT([libhdfs], [0.1.0], omalley@apache.org)
 AC_PREFIX_DEFAULT([`pwd`/../install])
 AC_CONFIG_AUX_DIR([config])
@@ -122,9 +121,5 @@
 AC_C_VOLATILE
 #AC_FUNC_MALLOC
 AC_HEADER_STDBOOL
-AC_TYPE_INT16_T
-AC_TYPE_INT32_T
-AC_TYPE_INT64_T
-AC_TYPE_UINT16_T
 AC_SUBST(PRODUCT_MK)
 AC_OUTPUT