/[autoconf]/autoconf/tests/wrapper.as
ViewVC logotype

Diff of /autoconf/tests/wrapper.as

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by akim, Wed Jul 17 10:13:33 2002 UTC revision 1.2 by akim, Thu Sep 25 09:30:35 2003 UTC
# Line 1  Line 1 
1  AS_INIT[]dnl                                         -*- shell-script -*-  # wrapper.as -- running `$0' as if it were installed.   -*- shell-script -*-
2  # @configure_input@  # @configure_input@
3  # Running `$0' as if it were installed.  # Copyright (C) 2003 Free Software Foundation, Inc.
4    
5  AUTOCONF=@abs_top_builddir@/bin/autoconf  # This program is free software; you can redistribute it and/or modify
6  AUTOHEADER=@abs_top_builddir@/bin/autoheader  # it under the terms of the GNU General Public License as published by
7  AUTOM4TE=@abs_top_builddir@/bin/autom4te  # the Free Software Foundation; either version 2, or (at your option)
8    # any later version.
9    
10    # This program is distributed in the hope that it will be useful,
11    # but WITHOUT ANY WARRANTY; without even the implied warranty of
12    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    # GNU General Public License for more details.
14    
15    # You should have received a copy of the GNU General Public License
16    # along with this program; if not, write to the Free Software
17    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18    # 02111-1307, USA.
19    
20    AS_INIT[]dnl
21    
22    testdir=@abs_top_builddir@/tests
23    AUTOCONF=$testdir/autoconf
24    AUTOHEADER=$testdir/autoheader
25    AUTOM4TE=$testdir/autom4te
26  AUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfg  AUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfg
27  autom4te_perllibdir=@abs_top_srcdir@/lib  autom4te_perllibdir=@abs_top_srcdir@/lib
28  export AUTOCONF AUTOHEADER AUTOM4TE AUTOM4TE_CFG autom4te_perllibdir  export AUTOCONF AUTOHEADER AUTOM4TE AUTOM4TE_CFG autom4te_perllibdir

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26