Lowered req autotools version to 2.63. Added 'foreign' switch to avoid adding standar...
authorMartin Johansson <martin@fatbob.nu>
Tue, 29 Mar 2011 19:12:42 +0000 (21:12 +0200)
committerMartin Johansson <martin@fatbob.nu>
Tue, 29 Mar 2011 19:12:42 +0000 (21:12 +0200)
Makefile.am
configure.ac

index faf338b0cde5759fcc6131c82a3fd23e94d4f0e5..8aafc54f6737b76abf7a098939b54752f675511e 100644 (file)
@@ -26,4 +26,5 @@
 #  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 #  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+AUTOMAKE_OPTIONS=foreign
 SUBDIRS = src
index 75a12d262f1999c594c488e7aaa2c0d03fda8a02..3712f2eb3ecf04d681cfbb30a2e000510c71b964 100644 (file)
@@ -28,7 +28,7 @@
 #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 # Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.67])
+AC_PREREQ([2.63])
 AC_INIT([umurmur], [0.2.6], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
 AC_CONFIG_SRCDIR([src/client.h])
 AC_CONFIG_HEADERS([config.h])