a2ps-patches
[Top][All Lists]
Advanced

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

FYI: Both: Bootstrapping


From: Akim Demaille
Subject: FYI: Both: Bootstrapping
Date: 18 Apr 2002 17:58:35 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

I am still experiencing this.  I'll say when it works properly.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * bootstrap, README-cvs: New.
        * ogonkify: Fix the PERL look up.
        Adjust to Autoconf 2.53.

Index: README-cvs
===================================================================
RCS file: README-cvs
diff -N README-cvs
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ README-cvs 18 Apr 2002 15:56:15 -0000
@@ -0,0 +1,56 @@
+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.
Index: bootstrap
===================================================================
RCS file: bootstrap
diff -N bootstrap
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ bootstrap 18 Apr 2002 15:56:15 -0000
@@ -0,0 +1,31 @@
+#! /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: configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/configure.in,v
retrieving revision 1.2.2.1
diff -u -u -r1.2.2.1 configure.in
--- configure.in 22 Mar 2002 15:08:52 -0000 1.2.2.1
+++ configure.in 18 Apr 2002 15:56:15 -0000
@@ -1,5 +1,4 @@
 AC_PREREQ(2.53)
-AC_PACKAGE(GNU a2ps, 4.13c)
 AC_COPYRIGHT([Copyright (c) 1995-2000 Akim Demaille, Miguel Santana])
 
 ## ---------------- ##
Index: ogonkify/configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ogonkify/configure.in,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 configure.in
--- ogonkify/configure.in 4 Mar 2002 18:46:26 -0000 1.1.1.1
+++ ogonkify/configure.in 18 Apr 2002 15:56:15 -0000
@@ -1,9 +1,8 @@
-AC_PREREQ(2.14a)
-AC_PACKAGE(Ogonkify)
+AC_PREREQ(2.53)
 
-AC_INIT(composeglyphs.in)
+AC_INIT(Ogonkify, 0.7.0)
 AC_CONFIG_AUX_DIR(../auxdir)
-AM_INIT_AUTOMAKE(ogonkify, novers)
+AM_INIT_AUTOMAKE
 
 # What should get installed?
 AC_ARG_ENABLE(extensions,
@@ -18,8 +17,8 @@
 #      Ogonkify support
 #
 
-dnl Composite needs ibmfonts and perl
-AC_DEFUN(ad_IBMFONTS,
+# Composite needs ibmfonts and perl
+AC_DEFUN([ad_IBMFONTS],
  [AC_PATH_X
   AC_MSG_CHECKING(for IBM font files)
   for i in $x_libraries/X11/fonts/Type1 \
@@ -42,17 +41,17 @@
     AC_MSG_RESULT(no)
   fi])
 
-dnl Ogonkify is written in Perl.
+# Ogonkify is written in Perl.
 case "x$PERL" in
  x/*) # User specified a version of Perl to use by absolute path.
-     AC_SUBST(PERL);;
+      AC_SUBST(PERL);;
  x)   # She didn't specify at all.
-      AC_PATH_PROG(PERL, 'perl perl5', no) ;;
+      AC_PATH_PROG(PERL, [perl perl5], no) ;;
  x*)  # She specified the name, but we want the path.
-     AC_PATH_PROG(PERL, $PERL, no) ;;
+      AC_PATH_PROG(PERL, $PERL, no) ;;
 esac
 
-dnl We need the IBM PFA files.
+# We need the IBM PFA files.
 ad_IBMFONTS
 
 AC_CONFIG_FILES(composeglyphs, [chmod +x composeglyphs])
Index: ogonkify/ogonkify.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ogonkify/ogonkify.in,v
retrieving revision 1.2.2.1
diff -u -u -r1.2.2.1 ogonkify.in
--- ogonkify/ogonkify.in 25 Mar 2002 17:09:16 -0000 1.2.2.1
+++ ogonkify/ogonkify.in 18 Apr 2002 15:56:15 -0000
@@ -1,4 +1,4 @@
-#!no
+#!/usr/bin/perl
 # Convert the PostScript output of Netscape to use an arbitrary encoding.
 # Do font remapping if asked for.
 # By J. Chroboczek <jec at dcs.ed.ac.uk>



reply via email to

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