[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: a2ps bootstrap,1.2,1.3
From: |
Akim Demaille <address@hidden> |
Subject: |
CVS: a2ps bootstrap,1.2,1.3 |
Date: |
Thu, 18 Apr 2002 13:04:38 -0400 |
Update of /cvsroot/a2ps/a2ps
In directory subversions:/tmp/cvs-serv28825
Modified Files:
bootstrap
Log Message:
Update.
Index: bootstrap
===================================================================
RCS file: /cvsroot/a2ps/a2ps/bootstrap,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** bootstrap 18 Apr 2002 16:05:47 -0000 1.2
--- bootstrap 18 Apr 2002 17:03:28 -0000 1.3
***************
*** 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- CVS: a2ps bootstrap,1.2,1.3,
Akim Demaille <address@hidden> <=