Enlightenment CVS committal Author : vapier Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: configure.in Log Message: remove AC_CANONICAL_TARGET and use $host* variables instead of $target* variables since thats how it works =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v retrieving revision 1.59 retrieving revision 1.60 diff -u -3 -r1.59 -r1.60 --- configure.in 26 Apr 2005 15:06:03 -0000 1.59 +++ configure.in 29 Apr 2005 02:10:35 -0000 1.60 @@ -6,7 +6,6 @@ AC_INIT(configure.in) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AC_CANONICAL_TARGET AC_ISC_POSIX AM_INIT_AUTOMAKE(enlightenment, 0.16.999.005) AM_CONFIG_HEADER(config.h) @@ -23,7 +22,7 @@ AC_CHECK_FUNCS(setenv) AC_CHECK_FUNCS(unsetenv) -MODULE_ARCH="$target_os-$target_cpu" +MODULE_ARCH="$host_os-$host_cpu" AC_SUBST(MODULE_ARCH) AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs