]> git.eshelyaron.com Git - emacs.git/commitdiff
Semi working attempt to get configure to work
authorPhillip Lord <phillip.lord@russet.org.uk>
Fri, 25 Jan 2019 18:18:29 +0000 (18:18 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Fri, 25 Jan 2019 18:18:29 +0000 (18:18 +0000)
Makefile.in
configure.ac

index 73ffe2eb2d9c39061910613a4db4ac985a4fedf1..300a592175284b34c63bc20cbe6fb729207e44c5 100644 (file)
@@ -108,6 +108,9 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 am__v_at_1 =
 
+ELPA_IN_CORE=@ELPA_IN_CORE@
+ELPA_LOCAL_PATH=@ELPA_LOCAL_PATH@
+
 # ==================== Where To Install Things ====================
 
 # Location to install Emacs.app under GNUstep / macOS.
index 4719a7332f562ae144670676be0b8106aee93f88..e1e6072c53a9e5f9a91f3a2310849f990cadb58d 100644 (file)
@@ -542,6 +542,17 @@ elif test "${enableval}" != "yes"; then
   locallisppath=${enableval} locallisppathset=yes
 fi)
 
+AC_ARG_ENABLE(elpa,
+[AS_HELP_STRING([--enable-elpa=PATH],
+               [enable ELPA in core.])],
+if test "${enableval}" = "no"; then
+  ELPA_IN_CORE=
+  ELPA_LOCAL_PATH=
+elif test "${enableval}" != "yes"; then
+  ELPA_IN_CORE=true
+  ELPA_LOCAL_PATH=${enableval}
+fi)
+
 AC_ARG_ENABLE(checking,
 [AS_HELP_STRING([--enable-checking@<:@=LIST@:>@],
                [enable expensive run-time checks.  With LIST,