From 374d881b0d69a27d071c3221b07e9887d0e14c79 Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 1 Aug 2005 08:05:04 +0000 Subject: [PATCH] Don't parse CppExamples directory to find Makefile.am files. --- build_configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_configure b/build_configure index 4a328c4..1d21692 100755 --- a/build_configure +++ b/build_configure @@ -20,8 +20,8 @@ ORIG_DIR=`pwd` CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` cd ${CONF_DIR} # -- -# -- list all Makefile.am in Makefile.am.list -./rfind . Makefile.am > Makefile.am.list +# -- list all Makefile.am in Makefile.am.list, except those in CppExamples (which has its own AM tree) +./rfind . Makefile.am | grep -v CppExamples > Makefile.am.list # -- # -- configure.in construction cp configure.in.base configure.in -- 2.39.2