why?
On Mon, Nov 12, 2012 at 12:44 PM, Enlightenment SVN < [email protected]> wrote: > Log: > lets remove the cache files when we autogen. > > > > Author: raster > Date: 2012-11-12 06:43:59 -0800 (Mon, 12 Nov 2012) > New Revision: 79165 > Trac: http://trac.enlightenment.org/e/changeset/79165 > > Modified: > trunk/e/autogen.sh > > Modified: trunk/e/autogen.sh > =================================================================== > --- trunk/e/autogen.sh 2012-11-12 14:41:30 UTC (rev 79164) > +++ trunk/e/autogen.sh 2012-11-12 14:43:59 UTC (rev 79165) > @@ -1,7 +1,10 @@ > #!/bin/sh > > +rm -rf autom4te.cache > +rm -f aclocal.m4 ltmain.sh config.cache > + > autoreconf --symlink --install > > if [ -z "$NOCONFIGURE" ]; then > - exec ./configure -C "$@" > + exec ./configure -C "$@" > fi > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
