aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-04-05 19:23:28 -0700
committerGlenn Morris2011-04-05 19:23:28 -0700
commit4cfacdd06465057ffb99ee74adcbda8ce8c94879 (patch)
tree9eee7a598c7bb7b0135215202b311bedaabcc854
parentc0274801eeb2f5307f4f695b7ed0c521d466f726 (diff)
downloademacs-4cfacdd06465057ffb99ee74adcbda8ce8c94879.tar.gz
emacs-4cfacdd06465057ffb99ee74adcbda8ce8c94879.zip
* autogen/update_autogen: Configure --without-x.
-rwxr-xr-xautogen/update_autogen3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen/update_autogen b/autogen/update_autogen
index 7497f33f30c..6c9766ead52 100755
--- a/autogen/update_autogen
+++ b/autogen/update_autogen
@@ -243,7 +243,8 @@ done < $tempfile
243[ -e Makefile ] || { 243[ -e Makefile ] || {
244 echo "Running ./configure..." 244 echo "Running ./configure..."
245 245
246 ./configure || die "configure error" 246 ## Minimize required packages.
247 ./configure --without-x || die "configure error"
247} 248}
248 249
249 250