Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: Makefile.am configure.in Log Message: gettext should be external. =================================================================== RCS file: /cvs/e/e16/e/Makefile.am,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- Makefile.am 7 Jan 2007 19:15:15 -0000 1.45 +++ Makefile.am 24 Feb 2007 02:12:02 -0000 1.46 @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = intl dox eesh epp src lib config themes man scripts misc po +SUBDIRS = dox eesh epp src lib config themes man scripts misc po EXTRA_DIST = \ timestamp.h \ =================================================================== RCS file: /cvs/e/e16/e/configure.in,v retrieving revision 1.194 retrieving revision 1.195 diff -u -3 -r1.194 -r1.195 --- configure.in 24 Feb 2007 01:27:40 -0000 1.194 +++ configure.in 24 Feb 2007 02:12:02 -0000 1.195 @@ -57,7 +57,7 @@ AC_PATH_X AC_PATH_XTRA -AC_CHECK_HEADERS(alloca.h stdarg.h wctype.h) +AC_CHECK_HEADERS(alloca.h locale.h stdarg.h wctype.h) AC_TYPE_SIGNAL @@ -84,7 +84,7 @@ AM_ICONV AM_LANGINFO_CODESET -AM_GNU_GETTEXT +AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.12.1]) AC_ARG_ENABLE(fsstd, @@ -303,7 +303,6 @@ scripts/Makefile misc/Makefile po/Makefile.in -intl/Makefile e16.spec ]) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs