summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in6
-rw-r--r--test/Makefile.am (renamed from test/Makefile)0
-rw-r--r--test/cxx/Makefile.am (renamed from test/cxx/Makefile)0
-rw-r--r--test/html/Makefile.am (renamed from test/html/Makefile)0
-rw-r--r--test/http/Makefile.am (renamed from test/http/Makefile)0
-rw-r--r--test/python/Makefile.am (renamed from test/python/Makefile)0
-rw-r--r--test/ruby/Makefile.am (renamed from test/ruby/Makefile)0
-rw-r--r--test/xml/Makefile.am (renamed from test/xml/Makefile)0
8 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a24c8568..9e877adf 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Colm; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(colm, 0.1)
+AC_INIT(colm, 0.2)
PUBDATE="May 2011"
AM_INIT_AUTOMAKE([foreign])
@@ -91,6 +91,8 @@ fi
fi # build_parsers
dnl write output files
-AC_OUTPUT(Makefile colm/Makefile aapl/Makefile)
+AC_OUTPUT( Makefile colm/Makefile aapl/Makefile test/Makefile
+ test/python/Makefile test/html/Makefile test/xml/Makefile test/http/Makefile
+ test/cxx/Makefile test/ruby/Makefile )
echo "configuration of colm complete"
diff --git a/test/Makefile b/test/Makefile.am
index 71de6655..71de6655 100644
--- a/test/Makefile
+++ b/test/Makefile.am
diff --git a/test/cxx/Makefile b/test/cxx/Makefile.am
index 2b377cf7..2b377cf7 100644
--- a/test/cxx/Makefile
+++ b/test/cxx/Makefile.am
diff --git a/test/html/Makefile b/test/html/Makefile.am
index c71cc138..c71cc138 100644
--- a/test/html/Makefile
+++ b/test/html/Makefile.am
diff --git a/test/http/Makefile b/test/http/Makefile.am
index 3d6fca9b..3d6fca9b 100644
--- a/test/http/Makefile
+++ b/test/http/Makefile.am
diff --git a/test/python/Makefile b/test/python/Makefile.am
index 158d14fb..158d14fb 100644
--- a/test/python/Makefile
+++ b/test/python/Makefile.am
diff --git a/test/ruby/Makefile b/test/ruby/Makefile.am
index 95e67466..95e67466 100644
--- a/test/ruby/Makefile
+++ b/test/ruby/Makefile.am
diff --git a/test/xml/Makefile b/test/xml/Makefile.am
index e5b290fd..e5b290fd 100644
--- a/test/xml/Makefile
+++ b/test/xml/Makefile.am