diff --git a/livesupport/bin/autogen.sh b/livesupport/bin/autogen.sh index 1791efe8e..0ec5f6b53 100755 --- a/livesupport/bin/autogen.sh +++ b/livesupport/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -92,5 +92,4 @@ aclocal $ACLOCAL_FLAGS echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -#${configure} "$@" && echo diff --git a/livesupport/etc/Makefile.in b/livesupport/etc/Makefile.in index e32665b1e..0769f58bb 100644 --- a/livesupport/etc/Makefile.in +++ b/livesupport/etc/Makefile.in @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.11 $ +# Version : $Revision: 1.12 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $ #------------------------------------------------------------------------------- @@ -199,55 +199,53 @@ recompile: distclean modules_setup products_setup compile tools_setup: ${TMP_DIR}/tools_setup.stamp ${TMP_DIR}/tools_setup.stamp: - cd ${CXXUNIT_DIR}/${CXXUNIT_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${CXXUNIT_DIR}/${CXXUNIT_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${CXXUNIT_DIR}/${CXXUNIT_VERSION} install ifeq ("@BOOST_DATE_TIME_LIB@","") - cd ${BOOST_DIR}/${BOOST_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${BOOST_DIR}/${BOOST_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${BOOST_DIR}/${BOOST_VERSION} install endif - cd ${CXXUNIT_DIR}/${CXXUNIT_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${CXXUNIT_DIR}/${CXXUNIT_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${CXXUNIT_DIR}/${CXXUNIT_VERSION} install - cd ${LIBODBCXX_DIR}/${LIBODBCXX_VERSION} && \ - bin/autogen.sh --prefix=${prefix} + cd ${LIBODBCXX_DIR}/${LIBODBCXX_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${LIBODBCXX_DIR}/${LIBODBCXX_VERSION} install - cd ${XMLRPCXX_DIR}/${XMLRPCXX_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${XMLRPCXX_DIR}/${XMLRPCXX_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${XMLRPCXX_DIR}/${XMLRPCXX_VERSION} install - cd ${LCOV_DIR}/${LCOV_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${LCOV_DIR}/${LCOV_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${LCOV_DIR}/${LCOV_VERSION} install ifeq ("@GTK_CFLAGS@","") - cd ${GTK_DIR}/${GTK_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${GTK_DIR}/${GTK_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${GTK_DIR}/${GTK_VERSION} install endif ifeq ("@GTKMM_CFLAGS@","") - cd ${GTKMM_DIR}/${GTKMM_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${GTKMM_DIR}/${GTKMM_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${GTKMM_DIR}/${GTKMM_VERSION} install endif - cd ${GSTREAMER_DIR}/${GSTREAMER_VERSION} && \ - bin/autogen.sh --prefix=${prefix} + cd ${GSTREAMER_DIR}/${GSTREAMER_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${GSTREAMER_DIR}/${GSTREAMER_VERSION} install ifeq ("@LIBXMLPP_CFLAGS@","") - cd ${LIBXMLXX_DIR}/${LIBXMLXX_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${LIBXMLXX_DIR}/${LIBXMLXX_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${LIBXMLXX_DIR}/${LIBXMLXX_VERSION} install endif ifeq ("@ICU_CFLAGS@","") - cd ${ICU_DIR}/${ICU_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${ICU_DIR}/${ICU_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${ICU_DIR}/${ICU_VERSION} install endif - cd ${CURL_DIR}/${CURL_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${CURL_DIR}/${CURL_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${CURL_DIR}/${CURL_VERSION} install - cd ${TAGLIB_DIR}/${TAGLIB_VERSION} && bin/autogen.sh --prefix=${prefix} + cd ${TAGLIB_DIR}/${TAGLIB_VERSION} && ./configure --prefix=${prefix} ${MAKE} -C ${TAGLIB_DIR}/${TAGLIB_VERSION} install touch ${TMP_DIR}/tools_setup.stamp diff --git a/livesupport/modules/alib/bin/autogen.sh b/livesupport/modules/alib/bin/autogen.sh index 2908f56b7..734777f3a 100755 --- a/livesupport/modules/alib/bin/autogen.sh +++ b/livesupport/modules/alib/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/alib/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/alib/configure b/livesupport/modules/alib/configure index 873195c04..b8b8d9854 100755 --- a/livesupport/modules/alib/configure +++ b/livesupport/modules/alib/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/alib/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else +if [ ! -x $configure ]; then (cd $basedir && $autogen "$@") fi +(cd $tmpdir && $configure "$@") + diff --git a/livesupport/modules/archiveServer/bin/autogen.sh b/livesupport/modules/archiveServer/bin/autogen.sh index 861606ea4..68b2d4714 100755 --- a/livesupport/modules/archiveServer/bin/autogen.sh +++ b/livesupport/modules/archiveServer/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/archiveServer/configure b/livesupport/modules/archiveServer/configure index 975b278b9..674a774e4 100755 --- a/livesupport/modules/archiveServer/configure +++ b/livesupport/modules/archiveServer/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/authentication/bin/autogen.sh b/livesupport/modules/authentication/bin/autogen.sh index a34a11013..73f39acc2 100755 --- a/livesupport/modules/authentication/bin/autogen.sh +++ b/livesupport/modules/authentication/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.6 $ +# Version : $Revision: 1.7 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -92,10 +92,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/modules/authentication/configure b/livesupport/modules/authentication/configure index 7ad3d5884..76099d0c6 100755 --- a/livesupport/modules/authentication/configure +++ b/livesupport/modules/authentication/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else +if [ ! -x $configure ]; then (cd $basedir && $autogen "$@") fi +(cd $tmpdir && $configure "$@") + diff --git a/livesupport/modules/core/bin/autogen.sh b/livesupport/modules/core/bin/autogen.sh index 9e1aed3b9..ea20264ba 100755 --- a/livesupport/modules/core/bin/autogen.sh +++ b/livesupport/modules/core/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/core/configure b/livesupport/modules/core/configure index d90876161..db0084b5e 100755 --- a/livesupport/modules/core/configure +++ b/livesupport/modules/core/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/configure,v $ #------------------------------------------------------------------------------- @@ -45,8 +45,8 @@ autogen=$bindir/autogen.sh configure=$tmpdir/configure if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else (cd $basedir && $autogen "$@") fi +(cd $tmpdir && $configure "$@") + diff --git a/livesupport/modules/db/bin/autogen.sh b/livesupport/modules/db/bin/autogen.sh index 90c9517e4..4d347c7a6 100755 --- a/livesupport/modules/db/bin/autogen.sh +++ b/livesupport/modules/db/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/db/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,10 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/modules/db/configure b/livesupport/modules/db/configure index 2914009a4..7376154e4 100755 --- a/livesupport/modules/db/configure +++ b/livesupport/modules/db/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/db/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else +if [ ! -x $configure ]; then (cd $basedir && $autogen "$@") fi +(cd $tmpdir && $configure "$@") + diff --git a/livesupport/modules/eventScheduler/bin/autogen.sh b/livesupport/modules/eventScheduler/bin/autogen.sh index f810b56ff..732794bcb 100755 --- a/livesupport/modules/eventScheduler/bin/autogen.sh +++ b/livesupport/modules/eventScheduler/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/eventScheduler/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,10 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/modules/eventScheduler/configure b/livesupport/modules/eventScheduler/configure index 9119d3e62..13e3539d1 100755 --- a/livesupport/modules/eventScheduler/configure +++ b/livesupport/modules/eventScheduler/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/eventScheduler/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else +if [ ! -x $configure ]; then (cd $basedir && $autogen "$@") fi +(cd $tmpdir && $configure "$@") + diff --git a/livesupport/modules/getid3/bin/autogen.sh b/livesupport/modules/getid3/bin/autogen.sh index c93b036d7..6184dbc12 100755 --- a/livesupport/modules/getid3/bin/autogen.sh +++ b/livesupport/modules/getid3/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/getid3/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/getid3/configure b/livesupport/modules/getid3/configure index fdbc26def..7d0b6fc9c 100755 --- a/livesupport/modules/getid3/configure +++ b/livesupport/modules/getid3/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/getid3/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else +if [ ! -x $configure ]; then (cd $basedir && $autogen "$@") fi +(cd $tmpdir && $configure "$@") + diff --git a/livesupport/modules/gstreamerElements/bin/autogen.sh b/livesupport/modules/gstreamerElements/bin/autogen.sh index f5cbda9f5..b3da63ab0 100755 --- a/livesupport/modules/gstreamerElements/bin/autogen.sh +++ b/livesupport/modules/gstreamerElements/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/gstreamerElements/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/gstreamerElements/configure b/livesupport/modules/gstreamerElements/configure index 4dd6b75bd..9e45662c6 100755 --- a/livesupport/modules/gstreamerElements/configure +++ b/livesupport/modules/gstreamerElements/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/gstreamerElements/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/htmlUI/bin/autogen.sh b/livesupport/modules/htmlUI/bin/autogen.sh index 01e9ae960..476e3c371 100755 --- a/livesupport/modules/htmlUI/bin/autogen.sh +++ b/livesupport/modules/htmlUI/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/htmlUI/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/htmlUI/configure b/livesupport/modules/htmlUI/configure index 6cf83f0a6..7eb5728d4 100755 --- a/livesupport/modules/htmlUI/configure +++ b/livesupport/modules/htmlUI/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/htmlUI/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/playlistExecutor/bin/autogen.sh b/livesupport/modules/playlistExecutor/bin/autogen.sh index 5346603c7..3bd6e3a5d 100755 --- a/livesupport/modules/playlistExecutor/bin/autogen.sh +++ b/livesupport/modules/playlistExecutor/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,10 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/modules/playlistExecutor/configure b/livesupport/modules/playlistExecutor/configure index 0197a6907..36af349fa 100755 --- a/livesupport/modules/playlistExecutor/configure +++ b/livesupport/modules/playlistExecutor/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/schedulerClient/bin/autogen.sh b/livesupport/modules/schedulerClient/bin/autogen.sh index 4a4155001..1f0169226 100755 --- a/livesupport/modules/schedulerClient/bin/autogen.sh +++ b/livesupport/modules/schedulerClient/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,10 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/modules/schedulerClient/configure b/livesupport/modules/schedulerClient/configure index 2021682a1..2ced5ba32 100755 --- a/livesupport/modules/schedulerClient/configure +++ b/livesupport/modules/schedulerClient/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/storage/bin/autogen.sh b/livesupport/modules/storage/bin/autogen.sh index 0eaeb4a67..be04d1ddf 100755 --- a/livesupport/modules/storage/bin/autogen.sh +++ b/livesupport/modules/storage/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/storage/configure b/livesupport/modules/storage/configure index 9744b1f0c..d19f2abaf 100755 --- a/livesupport/modules/storage/configure +++ b/livesupport/modules/storage/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/storageAdmin/bin/autogen.sh b/livesupport/modules/storageAdmin/bin/autogen.sh index b7238795c..6e418c3e6 100755 --- a/livesupport/modules/storageAdmin/bin/autogen.sh +++ b/livesupport/modules/storageAdmin/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageAdmin/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/storageAdmin/configure b/livesupport/modules/storageAdmin/configure index bf7ccc309..ba982ff81 100755 --- a/livesupport/modules/storageAdmin/configure +++ b/livesupport/modules/storageAdmin/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageAdmin/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/storageServer/bin/autogen.sh b/livesupport/modules/storageServer/bin/autogen.sh index 29c7ac80d..7c4badd69 100755 --- a/livesupport/modules/storageServer/bin/autogen.sh +++ b/livesupport/modules/storageServer/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/modules/storageServer/configure b/livesupport/modules/storageServer/configure index e39e4dd6e..7c1509da2 100755 --- a/livesupport/modules/storageServer/configure +++ b/livesupport/modules/storageServer/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/modules/widgets/bin/autogen.sh b/livesupport/modules/widgets/bin/autogen.sh index 770fb68e0..6ee7e57b9 100755 --- a/livesupport/modules/widgets/bin/autogen.sh +++ b/livesupport/modules/widgets/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,10 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/modules/widgets/configure b/livesupport/modules/widgets/configure index af00072ea..ce861db31 100755 --- a/livesupport/modules/widgets/configure +++ b/livesupport/modules/widgets/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/products/gLiveSupport/bin/autogen.sh b/livesupport/products/gLiveSupport/bin/autogen.sh index 782f850f5..1eb6abf65 100755 --- a/livesupport/products/gLiveSupport/bin/autogen.sh +++ b/livesupport/products/gLiveSupport/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.9 $ +# Version : $Revision: 1.10 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,10 +93,3 @@ autoheader ${configure_ac} echo " autoconf -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/products/gLiveSupport/configure b/livesupport/products/gLiveSupport/configure index 5cd7453f8..3dc0785a1 100755 --- a/livesupport/products/gLiveSupport/configure +++ b/livesupport/products/gLiveSupport/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/products/scheduler/bin/autogen.sh b/livesupport/products/scheduler/bin/autogen.sh index e41d08660..bb9a182e9 100755 --- a/livesupport/products/scheduler/bin/autogen.sh +++ b/livesupport/products/scheduler/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,10 +93,3 @@ autoheader ${configure_ac} echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo - diff --git a/livesupport/products/scheduler/configure b/livesupport/products/scheduler/configure index 86a922993..da0dabbe0 100755 --- a/livesupport/products/scheduler/configure +++ b/livesupport/products/scheduler/configure @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/configure,v $ #------------------------------------------------------------------------------- @@ -44,9 +44,9 @@ tmpdir=$basedir/tmp autogen=$bindir/autogen.sh configure=$tmpdir/configure -if [ -x $configure ]; then - (cd $tmpdir && $configure "$@") -else - (cd $basedir && $autogen "$@") +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) fi +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/boost/boost-1.31/bin/autogen.sh b/livesupport/tools/boost/boost-1.31/bin/autogen.sh index 41fea2611..d2445816f 100755 --- a/livesupport/tools/boost/boost-1.31/bin/autogen.sh +++ b/livesupport/tools/boost/boost-1.31/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/boost/boost-1.31/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -79,9 +79,3 @@ configure=${tmpdir}/configure echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/boost/boost-1.31/configure b/livesupport/tools/boost/boost-1.31/configure new file mode 100755 index 000000000..0efbde922 --- /dev/null +++ b/livesupport/tools/boost/boost-1.31/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/boost/boost-1.31/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/cppunit/cppunit-1.10.2/bin/autogen.sh b/livesupport/tools/cppunit/cppunit-1.10.2/bin/autogen.sh index ec5b8a18e..8b322d48b 100755 --- a/livesupport/tools/cppunit/cppunit-1.10.2/bin/autogen.sh +++ b/livesupport/tools/cppunit/cppunit-1.10.2/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/cppunit/cppunit-1.10.2/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/cppunit/cppunit-1.10.2/configure b/livesupport/tools/cppunit/cppunit-1.10.2/configure new file mode 100755 index 000000000..fe31feb50 --- /dev/null +++ b/livesupport/tools/cppunit/cppunit-1.10.2/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/cppunit/cppunit-1.10.2/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/cppunit/cppunit-1.10.2/tmp/.keepme b/livesupport/tools/cppunit/cppunit-1.10.2/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/cppunit/cppunit-1.10.2/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/curl/curl-7.12.3/bin/autogen.sh b/livesupport/tools/curl/curl-7.12.3/bin/autogen.sh index 36b60e963..4ab1a420a 100755 --- a/livesupport/tools/curl/curl-7.12.3/bin/autogen.sh +++ b/livesupport/tools/curl/curl-7.12.3/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/curl/curl-7.12.3/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/curl/curl-7.12.3/configure b/livesupport/tools/curl/curl-7.12.3/configure new file mode 100755 index 000000000..cbc9c85f3 --- /dev/null +++ b/livesupport/tools/curl/curl-7.12.3/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/curl/curl-7.12.3/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/curl/curl-7.12.3/tmp/.keepme b/livesupport/tools/curl/curl-7.12.3/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/curl/curl-7.12.3/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/autogen.sh b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/autogen.sh index 54bfbb24b..b071c1efe 100755 --- a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/autogen.sh +++ b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/gstreamer/gstreamer-0.8.10/configure b/livesupport/tools/gstreamer/gstreamer-0.8.10/configure new file mode 100755 index 000000000..c375e638b --- /dev/null +++ b/livesupport/tools/gstreamer/gstreamer-0.8.10/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gstreamer/gstreamer-0.8.10/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/gstreamer/gstreamer-0.8.10/tmp/.keepme b/livesupport/tools/gstreamer/gstreamer-0.8.10/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/gstreamer/gstreamer-0.8.10/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/gtk+/gtk+-2.6.1/bin/autogen.sh b/livesupport/tools/gtk+/gtk+-2.6.1/bin/autogen.sh index f91d769c7..711c981c7 100755 --- a/livesupport/tools/gtk+/gtk+-2.6.1/bin/autogen.sh +++ b/livesupport/tools/gtk+/gtk+-2.6.1/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gtk+/gtk+-2.6.1/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/gtk+/gtk+-2.6.1/configure b/livesupport/tools/gtk+/gtk+-2.6.1/configure new file mode 100755 index 000000000..cf0899336 --- /dev/null +++ b/livesupport/tools/gtk+/gtk+-2.6.1/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gtk+/gtk+-2.6.1/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/autogen.sh b/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/autogen.sh index 7542a3f65..12ef698bb 100755 --- a/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/autogen.sh +++ b/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/gtkmm/gtkmm-2.5.5/configure b/livesupport/tools/gtkmm/gtkmm-2.5.5/configure new file mode 100755 index 000000000..65371b739 --- /dev/null +++ b/livesupport/tools/gtkmm/gtkmm-2.5.5/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gtkmm/gtkmm-2.5.5/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/icu/icu-3.0/bin/autogen.sh b/livesupport/tools/icu/icu-3.0/bin/autogen.sh index d1367bd24..0831040e6 100755 --- a/livesupport/tools/icu/icu-3.0/bin/autogen.sh +++ b/livesupport/tools/icu/icu-3.0/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/icu/icu-3.0/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/icu/icu-3.0/configure b/livesupport/tools/icu/icu-3.0/configure new file mode 100755 index 000000000..ec9d4faf7 --- /dev/null +++ b/livesupport/tools/icu/icu-3.0/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/icu/icu-3.0/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/icu/icu-3.0/tmp/.keepme b/livesupport/tools/icu/icu-3.0/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/icu/icu-3.0/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/lcov/lcov-1.3/bin/autogen.sh b/livesupport/tools/lcov/lcov-1.3/bin/autogen.sh index 613b80c39..fe2ca85fb 100755 --- a/livesupport/tools/lcov/lcov-1.3/bin/autogen.sh +++ b/livesupport/tools/lcov/lcov-1.3/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/lcov/lcov-1.3/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/lcov/lcov-1.3/configure b/livesupport/tools/lcov/lcov-1.3/configure new file mode 100755 index 000000000..c23751c6f --- /dev/null +++ b/livesupport/tools/lcov/lcov-1.3/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/lcov/lcov-1.3/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/lcov/lcov-1.3/tmp/.keepme b/livesupport/tools/lcov/lcov-1.3/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/lcov/lcov-1.3/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/bin/autogen.sh b/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/bin/autogen.sh index 9d4a15f5b..2c53e2fdb 100755 --- a/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/bin/autogen.sh +++ b/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/configure b/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/configure new file mode 100755 index 000000000..b0a3894fe --- /dev/null +++ b/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/tmp/.keepme b/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/libodbc++/libodbc++-0.2.3-20050404/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/libxml++/libxml++-2.8.1/bin/autogen.sh b/livesupport/tools/libxml++/libxml++-2.8.1/bin/autogen.sh index 3025ffaec..d93b208bb 100755 --- a/livesupport/tools/libxml++/libxml++-2.8.1/bin/autogen.sh +++ b/livesupport/tools/libxml++/libxml++-2.8.1/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libxml++/libxml++-2.8.1/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,4 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -${configure} "$@" && echo diff --git a/livesupport/tools/libxml++/libxml++-2.8.1/configure b/livesupport/tools/libxml++/libxml++-2.8.1/configure new file mode 100755 index 000000000..0d9599d2a --- /dev/null +++ b/livesupport/tools/libxml++/libxml++-2.8.1/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libxml++/libxml++-2.8.1/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/pear/bin/autogen.sh b/livesupport/tools/pear/bin/autogen.sh index 09fdfbcf7..ede4e2df0 100755 --- a/livesupport/tools/pear/bin/autogen.sh +++ b/livesupport/tools/pear/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -79,9 +79,3 @@ configure=${tmpdir}/configure echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/pear/configure b/livesupport/tools/pear/configure new file mode 100755 index 000000000..8bed5130e --- /dev/null +++ b/livesupport/tools/pear/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/pear/tmp/.keepme b/livesupport/tools/pear/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/pear/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/taglib/taglib-1.3.1/bin/autogen.sh b/livesupport/tools/taglib/taglib-1.3.1/bin/autogen.sh index e26f803d4..767028f78 100755 --- a/livesupport/tools/taglib/taglib-1.3.1/bin/autogen.sh +++ b/livesupport/tools/taglib/taglib-1.3.1/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/taglib/taglib-1.3.1/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/taglib/taglib-1.3.1/configure b/livesupport/tools/taglib/taglib-1.3.1/configure new file mode 100755 index 000000000..e4d3814d0 --- /dev/null +++ b/livesupport/tools/taglib/taglib-1.3.1/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/taglib/taglib-1.3.1/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/taglib/taglib-1.3.1/tmp/.keepme b/livesupport/tools/taglib/taglib-1.3.1/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/taglib/taglib-1.3.1/tmp/.keepme @@ -0,0 +1 @@ +keep me diff --git a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/autogen.sh b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/autogen.sh index 2b15f714a..267a18b91 100755 --- a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/autogen.sh +++ b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -93,9 +93,3 @@ aclocal_m4=${tmpdir}/aclocal.m4 echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}" autoconf -I ${tmpdir} -o ${configure} ${configure_ac} -export CPPFLAGS="-I$usrdir/include" -export LDFLAGS="-L$usrdir/lib" -export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - -${configure} "$@" && echo diff --git a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/configure b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/configure new file mode 100755 index 000000000..59b5d29a3 --- /dev/null +++ b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/configure @@ -0,0 +1,52 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: maroy $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/xmlrpc++/xmlrpc++-20040713/configure,v $ +#------------------------------------------------------------------------------- + +#------------------------------------------------------------------------------- +# Run this script to configure the environment. +# +# This script in effect calls the real automake / autoconf configure script +#------------------------------------------------------------------------------- + +# assume we're in $basedir +reldir=`dirname $0` +basedir=`cd $reldir; pwd;` +test -z "$basedir" && basedir=. + +bindir=$basedir/bin +tmpdir=$basedir/tmp + + +autogen=$bindir/autogen.sh +configure=$tmpdir/configure + +if [ ! -x $configure ]; then + (cd $basedir && $autogen $*) +fi + +(cd $tmpdir && $configure $*) + diff --git a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/tmp/.keepme b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/tmp/.keepme new file mode 100644 index 000000000..e0808fa16 --- /dev/null +++ b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/tmp/.keepme @@ -0,0 +1 @@ +keep me