Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast Modified Files: ChangeLog acconfig.h configure.in libast.spec Log Message: Wed Nov 26 17:18:20 2003 Michael Jennings (mej) Added sysdefs.h so that client programs who don't employ some/all of the AST_* m4 macros can still get all the #define's they need for the auto* stuff. =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -3 -r1.91 -r1.92 --- ChangeLog 23 Nov 2003 20:58:19 -0000 1.91 +++ ChangeLog 26 Nov 2003 22:19:43 -0000 1.92 @@ -517,3 +517,9 @@ Cleanups required by doxygen 1.3.x. ---------------------------------------------------------------------- +Wed Nov 26 17:18:20 2003 Michael Jennings (mej) + +Added sysdefs.h so that client programs who don't employ some/all of +the AST_* m4 macros can still get all the #define's they need for the +auto* stuff. +---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/acconfig.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- acconfig.h 14 Aug 2002 01:45:14 -0000 1.5 +++ acconfig.h 26 Nov 2003 22:19:43 -0000 1.6 @@ -1,8 +1,5 @@ #undef LIBAST_VERSION -#undef WITH_DMALLOC -#undef HAVE_SNPRINTF_BUG #undef DEBUG -#undef CONFIG_SEARCH_PATH #undef AUTHORS #undef LIBAST_X11_SUPPORT #undef LIBAST_IMLIB2_SUPPORT @@ -15,4 +12,5 @@ #undef HAVE_RLIMIT_NPROC #undef HAVE_SYMLINK_OPEN_ERRNO_BUG #undef HAVE_SYMLINK_OPEN_SECURITY_HOLE +#undef HAVE_SNPRINTF_BUG #undef HAVE_VSNPRINTF_BUG =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/configure.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- configure.in 30 Dec 2002 23:05:14 -0000 1.12 +++ configure.in 26 Nov 2003 22:19:43 -0000 1.13 @@ -1,4 +1,4 @@ -dnl# $Id: configure.in,v 1.12 2002/12/30 23:05:14 mej Exp $ +dnl# $Id: configure.in,v 1.13 2003/11/26 22:19:43 mej Exp $ AC_INIT(configure.in) AM_INIT_AUTOMAKE(libast, 0.6) @@ -38,7 +38,7 @@ AC_SUBST(LIBS) basedir=. -AM_CONFIG_HEADER(config.h) +AM_CONFIG_HEADER(config.h include/libast/sysdefs.h) AC_OUTPUT(${srcdir}/include/libast/types.h Makefile include/Makefile \ include/libast/Makefile src/Makefile test/Makefile \ libast-config) =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/libast.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- libast.spec 19 Nov 2003 04:21:14 -0000 1.9 +++ libast.spec 26 Nov 2003 22:19:43 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Library of Assorted Spiffy Things Name: libast Version: 0.6 -Release: 0.4 +Release: 0.5 Copyright: BSD Group: System Environment/Libraries Source: %{name}-%{version}.tar.gz ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs