asparagus! also pass distcheck and have common autofoo init that is

consistent for package, version etc.


SVN revision: 33602
This commit is contained in:
Carsten Haitzler 2008-01-25 03:35:49 +00:00
parent f64e9a47e8
commit 92e084f9ca
8 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(ecore, 0.9.9.041, enlightenment-devel@lists.sourceforge.net)
AC_INIT(ecore, 0.9.9.042, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(edje, 0.5.0.041, enlightenment-devel@lists.sourceforge.net)
AC_INIT(edje, 0.5.0.042, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -212,7 +212,7 @@
SETSTR((s), params[3]); } \
else { \
char *ss; \
ss = alloca(strlen((s))); \
ss = alloca(strlen((s)) + 1); \
strcpy(ss, (s)); \
ss[params[4] - 2] = 0; \
SETSTR(ss, params[3]); }} \
@ -298,7 +298,7 @@ _edje_embryo_fn_get_str(Embryo_Program *ep, Embryo_Cell *params)
{
char *ss;
ss = alloca(strlen(s));
ss = alloca(strlen(s) + 1);
strcpy(ss, s);
ss[params[3] - 1] = 0;
SETSTR(ss, params[2]);
@ -521,7 +521,7 @@ _edje_embryo_fn_fetch_str(Embryo_Program *ep, Embryo_Cell *params)
{
char *ss;
ss = alloca(strlen(s));
ss = alloca(strlen(s) + 1);
strcpy(ss, s);
ss[params[4] - 1] = 0;
SETSTR(ss, params[3]);
@ -868,7 +868,7 @@ _edje_embryo_fn_get_state(Embryo_Program *ep, Embryo_Cell *params)
{
char *ss;
ss = alloca(strlen(s));
ss = alloca(strlen(s) + 1);
strcpy(ss, s);
ss[params[3] - 1] = 0;
SETSTR(ss, params[2]);
@ -1043,7 +1043,7 @@ _edje_embryo_fn_get_text(Embryo_Program *ep, Embryo_Cell *params)
{
char *ss;
ss = alloca(strlen(s));
ss = alloca(strlen(s) + 1);
strcpy(ss, s);
ss[params[3] - 1] = 0;
SETSTR(ss, params[2]);

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(eet, 0.9.10.041, enlightenment-devel@lists.sourceforge.net)
AC_INIT(eet, 0.9.10.042, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -1,6 +1,6 @@
rm -f config.cache
AC_INIT(efreet, 0.0.3.006, enlightenment-devel@lists.sourceforge.net)
AC_INIT(efreet, 0.0.3.042, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(embryo, 0.9.1.041, enlightenment-devel@lists.sourceforge.net)
AC_INIT(embryo, 0.9.1.042, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(emotion, 0.0.1.008, enlightenment-devel@lists.sourceforge.net)
AC_INIT(emotion, 0.1.0.042, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(evas, 0.9.9.041, enlightenment-devel@lists.sourceforge.net)
AC_INIT(evas, 0.9.9.042, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD