Develop and Download Open Source Software

Browse CVS Repository

Contents of /satellite/satellite2/src/pre-config

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Mar 26 14:57:14 2004 UTC (20 years ago) by orrisroot
Branch: MAIN, satellite2
CVS Tags: RELEASE_2_95, first, HEAD
Changes since 1.1: +0 -0 lines
Import satellite version 2.9x sources and documents into CVS.

1 #!/bin/sh
2
3 echo "autoconf in `pwd`"
4 autoconf
5
6 for i in include lib shell system ispp gpm bps npe ncs rc bm util xcut dcm
7 do
8 echo "autoheader and autoconf in $i"
9 (cd $i; test -f config.h.in -o -f SL_config.h.in && autoheader; autoconf)
10 done

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26