diff options
| author | Glenn Morris | 2012-05-13 06:18:50 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-13 06:18:50 -0400 |
| commit | 64eee0dacdb58d39dfb17546521b9146eea44359 (patch) | |
| tree | fe1bc5e66d9960397b7c28e03a83f7c883a8e480 | |
| parent | 205a7391f7d6b5ffb4d366a142f69cfa0b8b3ac3 (diff) | |
| download | emacs-64eee0dacdb58d39dfb17546521b9146eea44359.tar.gz emacs-64eee0dacdb58d39dfb17546521b9146eea44359.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure index dc7fb2943b3..23314605039 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -10326,13 +10326,13 @@ if test "${with_ns}" != no; then | |||
| 10326 | if test "${opsys}" = darwin; then | 10326 | if test "${opsys}" = darwin; then |
| 10327 | NS_IMPL_COCOA=yes | 10327 | NS_IMPL_COCOA=yes |
| 10328 | ns_appdir=`pwd`/nextstep/Emacs.app | 10328 | ns_appdir=`pwd`/nextstep/Emacs.app |
| 10329 | ns_appbindir=${ns_appdir}/Contents/MacOS/ | 10329 | ns_appbindir=${ns_appdir}/Contents/MacOS |
| 10330 | ns_appresdir=${ns_appdir}/Contents/Resources | 10330 | ns_appresdir=${ns_appdir}/Contents/Resources |
| 10331 | ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base | 10331 | ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base |
| 10332 | elif test -f $GNUSTEP_CONFIG_FILE; then | 10332 | elif test -f $GNUSTEP_CONFIG_FILE; then |
| 10333 | NS_IMPL_GNUSTEP=yes | 10333 | NS_IMPL_GNUSTEP=yes |
| 10334 | ns_appdir=`pwd`/nextstep/Emacs.app | 10334 | ns_appdir=`pwd`/nextstep/Emacs.app |
| 10335 | ns_appbindir=${ns_appdir}/ | 10335 | ns_appbindir=${ns_appdir} |
| 10336 | ns_appresdir=${ns_appdir}/Resources | 10336 | ns_appresdir=${ns_appdir}/Resources |
| 10337 | ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base | 10337 | ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base |
| 10338 | GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" | 10338 | GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" |