Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28657
Modified Files:
Tag: OpenVRML-GtkPlug-BRANCH
bootstrap
Log Message:
Fixed bootstrap such that we don't say in the lib/gtkglext directory.
Index: bootstrap
===================================================================
RCS file: /cvsroot/openvrml/openvrml/bootstrap,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -C2 -d -r1.1.4.1 -r1.1.4.2
*** bootstrap 30 Sep 2006 06:50:46 -0000 1.1.4.1
--- bootstrap 30 Sep 2006 07:00:32 -0000 1.1.4.2
***************
*** 1,2 ****
! cd lib/gtkglext && gtkdocize
autoreconf --install --symlink
--- 1,3 ----
! #!/bin/sh
! ( cd lib/gtkglext && gtkdocize )
autoreconf --install --symlink
|