aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Reilly1994-10-02 11:28:06 +0000
committerPaul Reilly1994-10-02 11:28:06 +0000
commit7bf2b51a34e275b6f4747201e97d64ed25ff55a6 (patch)
treea7c003ce101611fb01628b8fde047f20178f82b6
parent3f32dc86dc860b33bd1e783195321ebb0db0f2d6 (diff)
downloademacs-7bf2b51a34e275b6f4747201e97d64ed25ff55a6.tar.gz
emacs-7bf2b51a34e275b6f4747201e97d64ed25ff55a6.zip
Added Motif changes for usage and option checking.
-rwxr-xr-xconfigure1.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure1.in b/configure1.in
index ce7a3e93fff..e8c71c20881 100755
--- a/configure1.in
+++ b/configure1.in
@@ -101,7 +101,10 @@ Set compilation and installation parameters for GNU Emacs, and report.
101CONFIGURATION specifies the machine and operating system to build for. 101CONFIGURATION specifies the machine and operating system to build for.
102--with-x Support the X Window System. 102--with-x Support the X Window System.
103--with-x=no Don't support X. 103--with-x=no Don't support X.
104--with-x-toolkit Use an X toolkit. 104--with-x-toolkit=yes Use the X toolkit. Default to Lucid/Athena widgets.
105--with-x-toolkit=athena Use the X toolkit with Athena widgets.
106--with-x-toolkit=lucid Use the X toolkit with Lucid widgets.
107--with-x-toolkit=motif Use the X toolkit with Motif widgets.
105--with-x-toolkit=no Don't use an X toolkit. 108--with-x-toolkit=no Don't use an X toolkit.
106--with-gcc Use GCC to compile Emacs. 109--with-gcc Use GCC to compile Emacs.
107--with-gcc=no Don't use GCC to compile Emacs. 110--with-gcc=no Don't use GCC to compile Emacs.
@@ -201,8 +204,8 @@ Set it to either \`yes' or \`no'."
201 n | no ) val=no ;; 204 n | no ) val=no ;;
202 l | lu | luc | luci | lucid ) val=lucid ;; 205 l | lu | luc | luci | lucid ) val=lucid ;;
203 a | at | ath | athe | athena ) val=athena ;; 206 a | at | ath | athe | athena ) val=athena ;;
207 m | mo | mot | moti | motif ) val=motif ;;
204# These don't currently work. 208# These don't currently work.
205# m | mo | mot | moti | motif ) val=motif ;;
206# o | op | ope | open | open- | open-l | open-lo \ 209# o | op | ope | open | open- | open-l | open-lo \
207# | open-loo | open-look ) val=open-look ;; 210# | open-loo | open-look ) val=open-look ;;
208 * ) 211 * )
@@ -210,7 +213,7 @@ Set it to either \`yes' or \`no'."
210#echo "${progname}: the \`--${optname}' option is supposed to have a value 213#echo "${progname}: the \`--${optname}' option is supposed to have a value
211#which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'." 214#which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'."
212echo "${progname}: the \`--${optname}' option is supposed to have a value 215echo "${progname}: the \`--${optname}' option is supposed to have a value
213which is \`yes', \`no', \`lucid', or \`athena'. 216which is \`yes', \`no', \`lucid', \`athena', or \`motif'.
214Currently, \`yes', \`athena' and \`lucid' are synonyms." 217Currently, \`yes', \`athena' and \`lucid' are synonyms."
215 echo "${short_usage}") >&2 218 echo "${short_usage}") >&2
216 exit 1 219 exit 1
@@ -1573,7 +1576,7 @@ AC_ALLOCA
1573AC_HAVE_LIBRARY(-lm) 1576AC_HAVE_LIBRARY(-lm)
1574AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1577AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1575random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ 1578random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
1576strerror fpathconf select utimes) 1579strerror fpathconf select)
1577 1580
1578ok_so_far=true 1581ok_so_far=true
1579AC_FUNC_CHECK(socket, , ok_so_far=) 1582AC_FUNC_CHECK(socket, , ok_so_far=)