|
From: Enlightenment C. <no...@cv...> - 2007-03-31 23:54:41
|
Enlightenment CVS committal Author : kiwi Project : e_modules Module : alarm Dir : e_modules/alarm Modified Files: autogen.sh Log Message: Add autopoint for Alarm module =================================================================== RCS file: /cvs/e/e_modules/alarm/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- autogen.sh 8 Nov 2006 10:06:38 -0000 1.1 +++ autogen.sh 31 Mar 2007 23:54:39 -0000 1.2 @@ -5,6 +5,7 @@ touch README +echo "Running autopoint..." ; autopoint -f || : echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 |