CVS: is ChangeLog,1.12,1.13 autogen.sh,1.6,1.7
Andres Salomon <[email protected]> Thu, 05 Dec 2002 22:58:40 -0800
| Newsgroups | gmane.comp.file-systems.intermezzo.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/intermezzo/is In directory sc8-pr-cvs1:/tmp/cvs-serv27408 Modified Files: ChangeLog autogen.sh Log Message: on second thought, have top level autogen.sh call fs*/autogen.sh Index: ChangeLog =================================================================== RCS file: /cvsroot/intermezzo/is/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- ChangeLog 6 Dec 2002 06:54:45 -0000 1.12 +++ ChangeLog 6 Dec 2002 06:58:38 -0000 1.13 @@ -3,9 +3,7 @@ * autogen.sh: replace with a generic script (stolen from one of my other projects). Ditto for fs24 and fs25 directories. - Do not automatically run fs2*/autogen.sh from top level - autogen.sh. Automake-1.4 is no longer supported, as - --force-missing is now used (so that kernel module source - directories can be separated from top level intersync source - without dependency problems). + Automake-1.4 is no longer supported, as --force-missing is now + used (so that kernel module source directories can be separated + from top level intersync source without dependency problems). * configure.ac: use new format for AC_INIT/AC_INIT_AUTOMAKE. New autoconf didn't like that builtin([esyscmd],...) stuff.. Index: autogen.sh =================================================================== RCS file: /cvsroot/intermezzo/is/autogen.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- autogen.sh 6 Dec 2002 06:38:10 -0000 1.6 +++ autogen.sh 6 Dec 2002 06:58:38 -0000 1.7 @@ -73,4 +73,9 @@ autoconf +for f in fs24 fs25; do + echo "Entering $f." + (cd $f && sh ./autogen.sh) +done + echo echo "Done!" ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf