Enlightenment CVS committal Author : doursse Project : e17 Module : libs/edje
Dir : e17/libs/edje Modified Files: configure.in Log Message: Do not use deprecated syntax anymore. Check versions of autoconf and automake to be sure that the new syntax is valid. Please report any problem wrt that change =================================================================== RCS file: /cvs/e/e17/libs/edje/configure.in,v retrieving revision 1.87 retrieving revision 1.88 diff -u -3 -r1.87 -r1.88 --- configure.in 7 Oct 2007 08:02:53 -0000 1.87 +++ configure.in 9 Oct 2007 20:54:50 -0000 1.88 @@ -3,13 +3,14 @@ # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT(configure.in) +AC_INIT(edje, 0.5.0.041) +AC_PREREQ(2.52) +AC_CONFIG_SRCDIR(configure.in) AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_ISC_POSIX -VER=0.5.0.041 -AM_INIT_AUTOMAKE(edje, $VER) +AM_INIT_AUTOMAKE(1.6 dist-bzip2) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -22,10 +23,10 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl AC_PROG_LIBTOOL -VMAJ=`echo $VER | awk -F . '{printf("%s", $1);}'` -VMIN=`echo $VER | awk -F . '{printf("%s", $2);}'` -VMIC=`echo $VER | awk -F . '{printf("%s", $3);}'` -SNAP=`echo $VER | awk -F . '{printf("%s", $4);}'` +VMAJ=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $1);}'` +VMIN=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $2);}'` +VMIC=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $3);}'` +SNAP=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $4);}'` version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN" AC_SUBST(version_info) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs