Mercurial > hg > xemacs-beta
diff configure @ 5601:3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* .hgignore:
* configure.ac:
Reflect move of etc/dbxrc.in to src/.dbxrc.in.
* configure: Regenerate.
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* dbxrc.in: Move to src/.dbxrc.in.
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* .dbxrc.in: Move from etc/.dbxrc.in.
author | Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
---|---|
date | Mon, 21 Nov 2011 19:46:04 +0100 |
parents | d88edf8f3b88 |
children | e9f58d024c3c |
line wrap: on
line diff
--- a/configure Mon Nov 21 09:26:45 2011 -0500 +++ b/configure Mon Nov 21 19:46:04 2011 +0100 @@ -20715,11 +20715,6 @@ -if test -f "$srcdir/etc/dbxrc.in"; then - test "$verbose" = "yes" && echo "creating src/.dbxrc" - echo ". $srcdir/etc/dbxrc" > "$srcdir/src/.dbxrc" -fi - if test -f "$srcdir/TAGS" -a ! -f "TAGS"; then test "$verbose" = "yes" && echo "creating TAGS" echo " @@ -21397,8 +21392,6 @@ -MAKE_SUBDIR="$MAKE_SUBDIR etc" && if test "$verbose" = "yes"; then echo " Appending \"etc\" to \$MAKE_SUBDIR"; fi - ac_config_commands="$ac_config_commands default" cat >confcache <<\_ACEOF @@ -22763,9 +22756,9 @@ mv -f Makefile.new .gdbinit fi - if test -r "dbxrc.in"; then + if test -r ".dbxrc.in"; then rm -f junk.c - < dbxrc.in \ + < .dbxrc.in \ sed -e '/^# Generated/d' \ -e 's%/\*\*/#.*%%' \ -e 's/^ *# */#/' \ @@ -22780,7 +22773,7 @@ s/$/"/ }' > junk.c; - echo creating $dir/dbxrc + echo creating $dir/.dbxrc $CPP -I. -I${srcdir}/src junk.c \ | sed -e 's/^\#.*//' \ -e 's/^[ TAB][ TAB]*$//'\ @@ -22793,7 +22786,7 @@ }' \ -e 's/^XCOMM /\# /' > Makefile.new chmod 444 Makefile.new - mv -f Makefile.new dbxrc + mv -f Makefile.new .dbxrc fi if test -r "xemacs.def.in"; then