diff options
| author | Glenn Morris | 2014-11-24 13:40:02 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-11-24 13:40:02 -0500 |
| commit | 8df5745cf5234391fdb4452e23a1aa75fb010b12 (patch) | |
| tree | 858e747670fa0506e412129ef50e87a554e271e8 | |
| parent | a6248f13906a2846bdae7eefe3b97e605944bdec (diff) | |
| download | emacs-8df5745cf5234391fdb4452e23a1aa75fb010b12.tar.gz emacs-8df5745cf5234391fdb4452e23a1aa75fb010b12.zip | |
* configure.ac: Relocate some recent changes to a more logical location.
| -rw-r--r-- | configure.ac | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 1c7ec54ec17..0f1508f3a94 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1885,6 +1885,13 @@ if test "${HAVE_W32}" = "yes"; then | |||
| 1885 | x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;; | 1885 | x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;; |
| 1886 | *) EMACS_MANIFEST="emacs-x86.manifest" ;; | 1886 | *) EMACS_MANIFEST="emacs-x86.manifest" ;; |
| 1887 | esac | 1887 | esac |
| 1888 | dnl Construct something of the form "24,4,0,0" with 4 components. | ||
| 1889 | comma_version=`echo "$version.0.0" | sed -e 's/\./,/g' -e 's/^\([[^,]]*,[[^,]]*,[[^,]]*,[[^,]]*\).*/\1/'` | ||
| 1890 | |||
| 1891 | comma_space_version=`echo "$comma_version" | sed 's/,/, /g'` | ||
| 1892 | AC_SUBST(comma_version) | ||
| 1893 | AC_SUBST(comma_space_version) | ||
| 1894 | AC_CONFIG_FILES([nt/emacs.rc nt/emacsclient.rc]) | ||
| 1888 | if test "${opsys}" = "cygwin"; then | 1895 | if test "${opsys}" = "cygwin"; then |
| 1889 | W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" | 1896 | W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" |
| 1890 | W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool" | 1897 | W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool" |
| @@ -4682,18 +4689,6 @@ case $opsys in | |||
| 4682 | ;; | 4689 | ;; |
| 4683 | esac | 4690 | esac |
| 4684 | 4691 | ||
| 4685 | if test "${HAVE_W32}" = "yes"; then | ||
| 4686 | dnl Construct something of the form "24,4,0,0" with 4 components. | ||
| 4687 | comma_version=`echo "$version.0.0" | sed -e 's/\./,/g' -e 's/^\([[^,]]*,[[^,]]*,[[^,]]*,[[^,]]*\).*/\1/'` | ||
| 4688 | |||
| 4689 | comma_space_version=`echo "$comma_version" | sed 's/,/, /g'` | ||
| 4690 | |||
| 4691 | AC_SUBST(comma_version) | ||
| 4692 | AC_SUBST(comma_space_version) | ||
| 4693 | AC_CONFIG_FILES([nt/emacs.rc nt/emacsclient.rc]) | ||
| 4694 | fi | ||
| 4695 | |||
| 4696 | |||
| 4697 | XMENU_OBJ= | 4692 | XMENU_OBJ= |
| 4698 | XOBJ= | 4693 | XOBJ= |
| 4699 | FONT_OBJ= | 4694 | FONT_OBJ= |