diff options
| author | Jan Djärv | 2012-09-12 22:21:39 +0200 |
|---|---|---|
| committer | Jan Djärv | 2012-09-12 22:21:39 +0200 |
| commit | d673aedc2feb6828c7470492b254ff9cfe1f9e63 (patch) | |
| tree | 3f4284d8274cf03dd784dc31be74aaa4e6ed3cdc /ChangeLog | |
| parent | bfeae2cf098dcf5bdb4af14d896e790cbe91d60f (diff) | |
| download | emacs-d673aedc2feb6828c7470492b254ff9cfe1f9e63.tar.gz emacs-d673aedc2feb6828c7470492b254ff9cfe1f9e63.zip | |
* configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
and then gtk2 if not found.
--with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
--with-x-toolkit=gtk2: Only try gtk2, fail if not found.
--with-x-toolkit=gtk3: Only try gtk3, fail if not found.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-09-12 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first | ||
| 4 | and then gtk2 if not found. | ||
| 5 | --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found. | ||
| 6 | --with-x-toolkit=gtk2: Only try gtk2, fail if not found. | ||
| 7 | --with-x-toolkit=gtk3: Only try gtk3, fail if not found. | ||
| 8 | |||
| 1 | 2012-09-11 Glenn Morris <rgm@gnu.org> | 9 | 2012-09-11 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * Makefile.in (install-arch-dep, install-arch-indep, install-doc): | 11 | * Makefile.in (install-arch-dep, install-arch-indep, install-doc): |