CVS: is ChangeLog,1.11,1.12 configure.ac,1.12,1.13
Andres Salomon <[email protected]> Thu, 05 Dec 2002 22:54:47 -0800
| Newsgroups | gmane.comp.file-systems.intermezzo.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/intermezzo/is In directory sc8-pr-cvs1:/tmp/cvs-serv25589 Modified Files: ChangeLog configure.ac Log Message: use new AC_INIT format Index: ChangeLog =================================================================== RCS file: /cvsroot/intermezzo/is/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -U2 -r1.11 -r1.12 --- ChangeLog 6 Dec 2002 06:38:10 -0000 1.11 +++ ChangeLog 6 Dec 2002 06:54:45 -0000 1.12 @@ -8,4 +8,6 @@ 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.. 2002-12-05 Andres Salomon <[email protected]> Index: configure.ac =================================================================== RCS file: /cvsroot/intermezzo/is/configure.ac,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- configure.ac 5 Dec 2002 06:32:10 -0000 1.12 +++ configure.ac 6 Dec 2002 06:54:45 -0000 1.13 @@ -5,6 +5,7 @@ # Automake variables. Steal the version number from packaging/intersync.spec -AC_INIT(lib/config.c) -AM_INIT_AUTOMAKE(intersync, builtin([esyscmd], [sed -ne '/^Version: /{ s/.*: //; p; q; }' packaging/intersync.spec])) +AC_INIT(intersync, esyscmd([y=$(sed -ne '/^Version: /{ s/.*: //; p; q; }' packaging/intersync.spec); printf "$y"])) +AM_INIT_AUTOMAKE +AC_CONFIG_SRCDIR(lib/config.c) #AM_MAINTAINER_MODE ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf