diff options
| author | Jan Djärv | 2007-06-11 17:48:04 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-06-11 17:48:04 +0000 |
| commit | 29d696617974c2ae878e5c2e3f5604459889c8e2 (patch) | |
| tree | 55175e4b0ea85098e34bd8b87d2039e6268aa16e | |
| parent | f7b4f5aa245e6c7dadf6e50869a4ac34c4a01b47 (diff) | |
| download | emacs-29d696617974c2ae878e5c2e3f5604459889c8e2.tar.gz emacs-29d696617974c2ae878e5c2e3f5604459889c8e2.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | configure | 8 |
2 files changed, 9 insertions, 4 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-06-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * configure.in: Change wording about yes/gtk and lucid/athena being | ||
| 4 | synonyms. | ||
| 5 | |||
| 1 | 2007-06-08 Glenn Morris <rgm@gnu.org> | 6 | 2007-06-08 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * configure.in: Make gtk the default toolkit. | 8 | * configure.in: Make gtk the default toolkit. |
| @@ -1898,12 +1898,12 @@ if test "${with_x_toolkit+set}" = set; then | |||
| 1898 | m | mo | mot | moti | motif ) val=motif ;; | 1898 | m | mo | mot | moti | motif ) val=motif ;; |
| 1899 | g | gt | gtk ) val=gtk ;; | 1899 | g | gt | gtk ) val=gtk ;; |
| 1900 | * ) | 1900 | * ) |
| 1901 | { { echo "$as_me:$LINENO: error: \`--with-x-toolkit=$withval' is invalid\; | 1901 | { { echo "$as_me:$LINENO: error: \`--with-x-toolkit=$withval' is invalid; |
| 1902 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. | 1902 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. |
| 1903 | Currently, \`yes' and \`gtk', and \`athena' and \`lucid' are synonyms." >&5 | 1903 | \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&5 |
| 1904 | echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\; | 1904 | echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid; |
| 1905 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. | 1905 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. |
| 1906 | Currently, \`yes' and \`gtk', and \`athena' and \`lucid' are synonyms." >&2;} | 1906 | \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&2;} |
| 1907 | { (exit 1); exit 1; }; } | 1907 | { (exit 1); exit 1; }; } |
| 1908 | ;; | 1908 | ;; |
| 1909 | esac | 1909 | esac |