Enlightenment CVS committal Author : jeoparde Project : e17 Module : apps/entrance
Dir : e17/apps/entrance Modified Files: acconfig.h configure.in Log Message: - Fix a build issue. - Entrance does not use Estyle, at least for now. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/acconfig.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- acconfig.h 31 Jan 2003 21:57:02 -0000 1.1 +++ acconfig.h 7 Feb 2003 01:29:25 -0000 1.2 @@ -8,3 +8,4 @@ #undef PACKAGE_LOCALE_DIR #undef PACKAGE_DATA_DIR #undef PACKAGE_SOURCE_DIR +#undef PREFIX =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- configure.in 31 Jan 2003 21:57:02 -0000 1.1 +++ configure.in 7 Feb 2003 01:29:25 -0000 1.2 @@ -107,24 +107,6 @@ AC_SUBST(ebg_libs) AC_SUBST(ebg_cflags) -AC_PATH_GENERIC(estyle, 0.0.1, [ - AC_SUBST(estyle_libs) - AC_SUBST(estyle_cflags) ], - AC_MSG_ERROR(Cannot find estyle: Is estyle-config in path?)) -estyle_libs=`estyle-config --libs` -estyle_cflags=`estyle-config --cflags` -AC_SUBST(estyle_libs) -AC_SUBST(estyle_cflags) - -AC_PATH_GENERIC(ewd, 0.0.1, [ - AC_SUBST(ewd_libs) - AC_SUBST(ewd_cflags) ], - AC_MSG_ERROR(Cannot find ewd: Is ewd-config in path?)) -ewd_libs=`ewd-config --libs` -ewd_cflags=`ewd-config --cflags` -AC_SUBST(ewd_libs) -AC_SUBST(ewd_cflags) - AC_CHECK_HEADERS(security/pam_appl.h, [ LIBS="$LIBS -lpam" VRFY="verify-pam" ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs