From 87e122d759fa978dbddaf2400ac18dd06aae5736 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 31 Aug 2003 16:23:34 +0000 Subject: [PATCH] Added test-suite Makefile.in files git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5028 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- configure.in | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 46c38b94c..a5bde78b4 100644 --- a/configure.in +++ b/configure.in @@ -1403,14 +1403,27 @@ if test -n "$release_suffix"; then fi AC_SUBST(release_suffix_libtool) -AC_CONFIG_FILES([ \ - Makefile \ - Source/Makefile \ - Examples/Makefile \ - Examples/guile/Makefile \ - Examples/GIFPlot/Makefile \ - Examples/GIFPlot/Lib/Makefile \ - Runtime/Makefile \ +AC_CONFIG_FILES([ \ + Makefile \ + Runtime/Makefile \ + Source/Makefile \ + Examples/Makefile \ + Examples/guile/Makefile \ + Examples/GIFPlot/Makefile \ + Examples/GIFPlot/Lib/Makefile \ + Examples/test-suite/chicken/Makefile \ + Examples/test-suite/csharp/Makefile \ + Examples/test-suite/guile/Makefile \ + Examples/test-suite/guilescm/Makefile \ + Examples/test-suite/java/Makefile \ + Examples/test-suite/mzscheme/Makefile \ + Examples/test-suite/ocaml/Makefile \ + Examples/test-suite/perl5/Makefile \ + Examples/test-suite/php4/Makefile \ + Examples/test-suite/pike/Makefile \ + Examples/test-suite/python/Makefile \ + Examples/test-suite/ruby/Makefile \ + Examples/test-suite/tcl/Makefile \ ]) AC_OUTPUT