From 292a098994a6633c80ee5e50582525538efae044 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 1 Dec 2006 05:13:31 +0000 Subject: Script to bootstrap autconf/automake in a fresh checkout. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481160 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bootstrap | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cpp/bootstrap (limited to 'cpp/bootstrap') diff --git a/cpp/bootstrap b/cpp/bootstrap new file mode 100755 index 0000000000..253eff6a16 --- /dev/null +++ b/cpp/bootstrap @@ -0,0 +1,8 @@ +#!/bin/sh +aclocal -I m4 +autoheader +libtoolize --automake +automake +autoconf +./configure --enable-warnings --prefix=/tmp/qpid-inst CXXFLAGS=-g + -- cgit v1.2.1