From 2da372f0151d5ed2409cd8c9798d0fa61034d53d Mon Sep 17 00:00:00 2001 From: Jonah Beckford Date: Mon, 17 Feb 2003 08:00:58 +0000 Subject: [PATCH] Got rid of CHICKEN example Makefile.in -> Makefile. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4333 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/SWIG/configure.in b/SWIG/configure.in index 9c3fcb0b4..7e56f1009 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -1107,16 +1107,7 @@ AC_CONFIG_FILES([ \ Runtime/Makefile \ Examples/Makefile \ Examples/guile/Makefile \ - Examples/chicken/class/Makefile \ - Examples/chicken/constants/Makefile \ - Examples/chicken/simple/Makefile \ - Examples/chicken/multimap/Makefile \ - Examples/chicken/overload/Makefile \ - Examples/chicken/vtk/Makefile \ - Examples/chicken/zlib/Makefile \ Examples/GIFPlot/Makefile \ - Examples/GIFPlot/Chicken/full/Makefile \ - Examples/GIFPlot/Chicken/simple/Makefile \ Examples/GIFPlot/Lib/Makefile \ ]) AC_OUTPUT