Mercurial > hg > xemacs-beta
diff configure @ 8:4b173ad71786 r19-15b5
Import from CVS: tag r19-15b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:35 +0200 |
parents | ac2d302a0011 |
children | 49a24b4fd526 |
line wrap: on
line diff
--- a/configure Mon Aug 13 08:47:16 2007 +0200 +++ b/configure Mon Aug 13 08:47:35 2007 +0200 @@ -95,7 +95,7 @@ with_x11='' rel_alloc='default' use_system_malloc='default' -internal_makefile_list='Makefile lib-src/Makefile.in man/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' +internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' energize_version='no' native_sound_lib='' # make normal error-checking be the default in alpha and beta versions, so @@ -8475,7 +8475,6 @@ # src/Makefile from ${srcdir}/src/Makefile.in # lwlib/Makefile from ${srcdir}/lwlib/Makefile.in # lib-src/Makefile from ${srcdir}/lib-src/Makefile.in -# man/Makefile from ${srcdir}/man/Makefile.in # man/*/Makefile from ${srcdir}/man/*/Makefile.in # dynodump/Makefile from ${srcdir}/dynodump/Makefile.in # and possibly @@ -8560,23 +8559,6 @@ rm -f junk.c junk.cpp; )' eval `echo $dynodump_makefile_command` -man_makefile_command='echo "creating man/Makefile"; - topsrcdir='"${topsrcdir}"'; -( cd ./man; - rm -f junk.c; - sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c; - eval `echo ${CPP} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`; - < junk.cpp '\ -' sed -e '\''s/^#.*//'\'' '\ -' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\ -' -e '\''s/^ / /'\'' '\ -' | sed -n -e '\''/^..*$/p'\'' '\ -' > Makefile.new; - chmod 444 Makefile.new; - mv -f Makefile.new Makefile; - rm -f junk.c junk.cpp; -)' -eval `echo $man_makefile_command` if [ "${with_energize}" = "yes" ]; then energize_makefile_command='echo "creating lwlib/energize/Makefile"; topsrcdir='"${topsrcdir}"'; @@ -8598,7 +8580,7 @@ fi # AC-OUTPUT has created `config.status' already. We need to add the # above commands to re-create `src/Makefile', `lwlib/Makefile', -# `lib-src/Makefile', `dynodump/Makefile', `man/Makefile', and possibly +# `lib-src/Makefile', `dynodump/Makefile', and possibly # `lwlib/energize/Makefile', and we need to insert them before the final # "exit 0" which appears at the end of `config.status'. <config.status sed -e 's/^exit 0$//' >config.new @@ -8615,7 +8597,7 @@ chmod +x config.status # Don't let the fact that we just rewrote config.status make Makefile think # that it is now newer. We have just rewritten all of the Makefiles as well. -MFS="Makefile src/Makefile src/Makefile.in lib-src/Makefile lib-src/Makefile.in dynodump/Makefile dynodump/Makefile.in lwlib/Makefile lwlib/Makefile.in man/Makefile man/Makefile.in" +MFS="Makefile src/Makefile src/Makefile.in lib-src/Makefile lib-src/Makefile.in dynodump/Makefile dynodump/Makefile.in lwlib/Makefile lwlib/Makefile.in" for file in $MFS; do chmod a+w $file; touch $file; chmod 444 $file done