Index: auctex/configure.ac
diff -u auctex/configure.ac:1.18 auctex/configure.ac:1.19
--- auctex/configure.ac:1.18    Thu May 19 16:31:21 2005
+++ auctex/configure.ac Tue May 24 11:11:39 2005
@@ -118,6 +118,19 @@
 
 AC_PATH_PROG(INSTALL_INFO, install-info, :, ${PATH} /usr/sbin /sbin)
 
+AC_ARG_ENABLE(preview,
+  [  --disable-preview       disable inclusion of preview-latex],
+  [preview_enabled="$withval"],
+  [preview_enabled="yes"])
+
+if test "X${preview_enabled}" = Xyes
+then
+  auctexdir=..; export auctexdir
+  export packagedir packagelispdir packagedatadir
+  AC_CONFIG_SUBDIRS(preview)
+fi
+AC_SUBST(subdirs)
+
 AC_SHELL_QUOTIFY(prefix)
 AC_SHELL_QUOTIFY(localstatedir)
 AC_SHELL_QUOTIFY(packagedir)
@@ -136,19 +149,6 @@
 AC_SHELL_QUOTIFY(TEXI2DVI)
 AC_SHELL_QUOTIFY(TEXI2PDF)
 
-AC_ARG_ENABLE(preview, AS_HELP_STRING([--disable-preview],
-                      [disable inclusion of preview-latex]),
-                      [preview_enabled="$withval"],
-                      [preview_enabled="yes"])
-
-if test "X${preview_enabled}" = Xyes
-then
-  auctexdir=..; export auctexdir
-  export packagedir packagelispdir packagedatadir
-  AC_CONFIG_SUBDIRS(preview)
-fi
-AC_SUBST(subdirs)
-
 AC_OUTPUT(Makefile tex-site.el.out:tex-site.el.in doc/Makefile auctex.el)
 
 


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to