aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-06-11 17:48:04 +0000
committerJan Djärv2007-06-11 17:48:04 +0000
commit29d696617974c2ae878e5c2e3f5604459889c8e2 (patch)
tree55175e4b0ea85098e34bd8b87d2039e6268aa16e
parentf7b4f5aa245e6c7dadf6e50869a4ac34c4a01b47 (diff)
downloademacs-29d696617974c2ae878e5c2e3f5604459889c8e2.tar.gz
emacs-29d696617974c2ae878e5c2e3f5604459889c8e2.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 73ff53b8a78..597fc8692ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12007-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
12007-06-08 Glenn Morris <rgm@gnu.org> 62007-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.
diff --git a/configure b/configure
index b630c429f93..b5936de5940 100755
--- a/configure
+++ b/configure
@@ -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;
1902this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. 1902this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1903Currently, \`yes' and \`gtk', and \`athena' and \`lucid' are synonyms." >&5 1903\`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&5
1904echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\; 1904echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid;
1905this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. 1905this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1906Currently, \`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