a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps bootstrap,1.1.2.1,1.1.2.2


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps bootstrap,1.1.2.1,1.1.2.2
Date: Thu, 18 Apr 2002 12:42:19 -0400

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

Modified Files:
      Tag: a2ps-4-1x
        bootstrap 
Log Message:
Adjust BULIT_SOURCES.


Index: bootstrap
===================================================================
RCS file: /cvsroot/a2ps/a2ps/bootstrap,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** bootstrap   18 Apr 2002 15:57:54 -0000      1.1.2.1
--- bootstrap   18 Apr 2002 16:42:17 -0000      1.1.2.2
***************
*** 5,17 ****
  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.
--- 5,8 ----
***************
*** 21,25 ****
--- 12,26 ----
  done
  
+ # Autoconf, Automake, Gettext.
+ 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
  autoreconf --verbose
+ 
+ # Configure and make the missing guys.
  ./configure
  make




reply via email to

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