a2ps-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: a2ps README-cvs,NONE,1.1.2.1 bootstrap,NONE,1.1.2.1 ChangeLog,1.4.2


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps README-cvs,NONE,1.1.2.1 bootstrap,NONE,1.1.2.1 ChangeLog,1.4.2.5,1.4.2.6 configure.in,1.2.2.1,1.2.2.2
Date: Thu, 18 Apr 2002 11:58:03 -0400

Update of /cvsroot/a2ps/a2ps
In directory subversions:/tmp/cvs-serv19900

Modified Files:
      Tag: a2ps-4-1x
        ChangeLog configure.in 
Added Files:
      Tag: a2ps-4-1x
        README-cvs bootstrap 
Log Message:
* bootstrap, README-cvs: New.
* ogonkify: Fix the PERL look up.
Adjust to Autoconf 2.53.


--- NEW FILE ---
These notes intend to help people working on the CVS versions of a2ps.
Only the sources are installed in the CVS repository (to ease the
maintenance, merges etc.), therefore you will have to the maintainer
tools we depend upon:

- Automake 1.6 or 1.6.1
- Autoconf 2.53 or better
  (actually, CVS Autoconf provides a better autoreconf...
   http://www.lrde.epita.fr/~akim/download/autoconf-2.53a.tar.gz)
- Gettext 0.10.1

Only building the initial full source tree will be a bit painful,
later, a plain `cvs update -P & make' should be sufficient.

* First CVS checkout

Obviously, if you are reading these notes, you did manage to check out
Bison from CVS.  For the records, you will find all the relevant
information on:

        http://savannah.gnu.org/cvs/?group_id=56

The next step is asking the installation of all the missing files:

        $ ./bootstrap

At this point, there should be no difference between your local copy,
and the CVS master copy:

        $ cvs diff

should output no difference, except maybe the date in po/*.po files.

Enjoy!


-----

Copyright (C) 2002 Free Software Foundation, Inc.

This file is part of GNU a2ps.

GNU a2ps 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.

GNU a2ps 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 GNU a2ps; see the file COPYING.  If not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.

--- NEW FILE ---
#! /bin/sh

contrib_scripts="card fixps pdiff psmandup psset"

echo "Bootstrapping a2ps..."

autoreconf --force --install --verbose

# Because of Gettext
mv m4/Makefile.am~ m4/Makefile.am
mv Makefile.am~ Makefile.am
mv configure.in~ configure.in
touch m4/Makefile.am Makefile.am configure.in


# These are created by the Makefile, which is missing for the time
# being.
for i in $contrib_scripts
do
  touch contrib/$i.in
done

autoreconf --verbose
./configure
make

(
  cd contrib
  rm $contrib_scripts
  make
)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ChangeLog,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -C2 -r1.4.2.5 -r1.4.2.6
*** ChangeLog   25 Mar 2002 17:09:15 -0000      1.4.2.5
--- ChangeLog   18 Apr 2002 15:57:53 -0000      1.4.2.6
***************
*** 1,2 ****
--- 1,8 ----
+ 2002-04-18  Akim Demaille  <address@hidden>
+ 
+       * bootstrap, README-cvs: New.
+       * ogonkify: Fix the PERL look up.
+       Adjust to Autoconf 2.53.
+ 
  2002-03-25  Akim Demaille  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/configure.in,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** configure.in        22 Mar 2002 15:08:52 -0000      1.2.2.1
--- configure.in        18 Apr 2002 15:57:54 -0000      1.2.2.2
***************
*** 1,4 ****
  AC_PREREQ(2.53)
- AC_PACKAGE(GNU a2ps, 4.13c)
  AC_COPYRIGHT([Copyright (c) 1995-2000 Akim Demaille, Miguel Santana])
  
--- 1,3 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]