diff -crN ./intltool/configure.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./intltool/configure.in *** ./intltool/configure.in Mon Jan 6 20:45:51 2003 --- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./intltool/configure.in Mon Feb 24 15:04:36 2003 *************** *** 26,31 **** --- 26,34 ---- aclocaldir='${datadir}'/aclocal AC_SUBST(aclocaldir) + if test "$PERL_PATH"; then + PERL=$PERL_PATH + fi AC_PATH_PROG(PERL, perl) if test -z "$PERL"; then AC_MSG_ERROR([perl not found]) diff -crN ./intltool/intltool.m4 /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./intltool/intltool.m4 *** ./intltool/intltool.m4 Wed Nov 20 23:50:02 2002 --- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./intltool/intltool.m4 Mon Feb 24 15:10:54 2003 *************** *** 22,27 **** --- 22,50 ---- ## configuration script generated by Autoconf, you may include it under ## the same distribution terms that you use for the rest of that program. + ## intltool.m4 - Configure intltool for the target system. -*-Shell-script-*- + ## Copyright (C) 2001 Eazel, Inc. + ## Author: Maciej Stachowiak + ## + ## This program is free software; you can redistribute it and/or modify + ## it under the terms of the GNU General Public License as published by + ## the Free Software Foundation; either version 2 of the License, or + ## (at your option) any later version. + ## + ## This program is distributed in the hope that it will be useful, but + ## WITHOUT ANY WARRANTY; without even the implied warranty of + ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + ## General Public License for more details. + ## + ## You should have received a copy of the GNU General Public License + ## along with this program; if not, write to the Free Software + ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + ## + ## As a special exception to the GNU General Public License, if you + ## distribute this file as part of a program that contains a + ## configuration script generated by Autoconf, you may include it under + ## the same distribution terms that you use for the rest of that program. + dnl AC_PROG_INTLTOOL([MINIMUM-VERSION]) # serial 1 AC_PROG_INTLTOOL AC_DEFUN(AC_PROG_INTLTOOL,