CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 08/02/02 15:04:15
Index: autogen.sh =================================================================== RCS file: /cvsroot/auctex/auctex/autogen.sh,v retrieving revision 1.17 retrieving revision 1.18 diff -u -b -r1.17 -r1.18 --- autogen.sh 22 Jan 2007 22:27:17 -0000 1.17 +++ autogen.sh 2 Feb 2008 15:04:15 -0000 1.18 @@ -1,4 +1,28 @@ #!/bin/sh + +# Bootstrap script for AUCTeX + +# Maintainer: [email protected] + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + +# This file is part of AUCTeX. + +# AUCTeX 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, or (at your option) +# any later version. + +# AUCTeX 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 AUCTeX; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA. + test "x${AUTOCONF}" != x || AUTOCONF=autoconf test "x${MAKEINFO}" != x || MAKEINFO=makeinfo test "x${PDFTEX}" != x || PDFTEX=pdftex _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
