hholzgra Mon Jan 14 07:41:02 2002 EDT Modified files: /phpdoc configure.in Log: removed unnecessary "./" breaking builds with absolute path to srcdir added some debug output (configure line and file versions) for build.log Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.114 phpdoc/configure.in:1.115 --- phpdoc/configure.in:1.114 Mon Jan 14 05:42:59 2002 +++ phpdoc/configure.in Mon Jan 14 07:41:02 2002 @@ -1,8 +1,14 @@ -dnl $Id: configure.in,v 1.114 2002/01/14 10:42:59 goba Exp $ +dnl $Id: configure.in,v 1.115 2002/01/14 12:41:02 hholzgra Exp $ dnl autoconf initialisation AC_INIT() +dnl debug output +echo "file versions" +fgrep '$Id' *.in | head -1 | sed -e"s/^.*: //g" | sed -e"s/200.\/.*$//g" +echo "configure options: $@" +echo + dnl {{{ check for support programs dnl {{{ check for PHP @@ -649,7 +655,7 @@ echo " untranslated $file (`wc -l <$file | tr -d ' '` lines)" fi DEPEND_FILES="$DEPEND_FILES $file" - echo "<!ENTITY $name SYSTEM \"./$file\">" >> entities/chapters.ent + echo "<!ENTITY $name SYSTEM \"$file\">" >> entities/chapters.ent done echo "<!ENTITY global.function-index SYSTEM \"./funcindex.xml\">" >> entities/chapters.ent
- Re: [PHP-DOC] cvs: phpdoc / configure.in Kenneth Schwartz
- Re: [PHP-DOC] cvs: phpdoc / configure.in Kenneth Schwartz
- Re: [PHP-DOC] cvs: phpdoc / configure.in Kenneth Schwartz
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc / configure.in Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Harald Radi
- [PHP-DOC] cvs: phpdoc / configure.in Harald Radi
- Re: [PHP-DOC] cvs: phpdoc / configure.in Gabor Hojtsy
- Re: [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe