This one time, at band camp, enlightenment-cvs@lists.sourceforge.net wrote:
> From: enlightenment-cvs@lists.sourceforge.net
> To: enlightenment-cvs@lists.sourceforge.net
> Date: Tue, 02 Aug 2005 18:00:21 -0700
> Subject: E CVS: libs/imlib2 vapier
> 
> Enlightenment CVS committal
> 
> Author  : vapier
> Project : e17
> Module  : libs/imlib2
> 
> Dir     : e17/libs/imlib2
> 
> 
> Modified Files:
>       autogen.sh 
> 
> 
> Log Message:
> add error checking to all autogen scripts
> ===================================================================
> RCS file: /cvsroot/enlightenment/e17/libs/imlib2/autogen.sh,v
> retrieving revision 1.28
> retrieving revision 1.29
> diff -u -3 -r1.28 -r1.29
> --- autogen.sh        26 Apr 2005 22:55:56 -0000      1.28
> +++ autogen.sh        3 Aug 2005 01:00:20 -0000       1.29
> @@ -1,15 +1,15 @@
>  #!/bin/sh
>  
>  rm -rf autom4te.cache
> -rm -f aclocal.m4
> +rm -f aclocal.m4 ltmain.sh
>  
>  touch README
>  
> -echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
> -&& echo "Running autoheader..."; autoheader \
> -&& echo "Running autoconf..."; autoconf \
> -&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize 
> --automake) \
> -&& echo "Running automake..."; automake --add-missing --copy --gnu
> +echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
> +echo "Running autoheader..." ; autoheader || exit 1
> +echo "Running autoconf..." ; autoconf || exit 1
> +echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize 
> --automake) || exit 1
> +echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
>  
>  if [ -z "$NOCONFIGURE" ]; then
>       ./configure "$@"
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> -- 
> enlightenment-cvs mailing list
> enlightenment-cvs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

vapier -

Dude, what you do for E is really cool. Just wanted to say Thanks man! 

-- 
------------- Apó Mechanís Theós --------------
     The Voidengineer (Stephen Horner) 悟
           protocol.x at gmail.com
             PGP 0xCDC2DD2B


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to