You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by el...@apache.org on 2011/02/01 00:43:48 UTC

svn commit: r1065860 [3/3] - in /hadoop/hdfs/trunk: ./ src/c++/libhdfs/ src/c++/libhdfs/m4/

Modified: hadoop/hdfs/trunk/src/c++/libhdfs/configure.ac
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/c%2B%2B/libhdfs/configure.ac?rev=1065860&r1=1065859&r2=1065860&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/c++/libhdfs/configure.ac (original)
+++ hadoop/hdfs/trunk/src/c++/libhdfs/configure.ac Mon Jan 31 23:43:48 2011
@@ -21,6 +21,7 @@
 AC_PREREQ(2.61)
 AC_INIT([libhdfs], [0.1.0], omalley@apache.org)
 AC_PREFIX_DEFAULT([`pwd`/../install])
+AC_CONFIG_AUX_DIR([config])
 
 # Generates Makefile from Makefile.am. Modify when new subdirs are added.
 # Change Makefile.am also to add subdirectly.