emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/core-elpa-by-copy b3dad07 07/13: Semi working atte


From: Phillip Lord
Subject: [Emacs-diffs] feature/core-elpa-by-copy b3dad07 07/13: Semi working attempt to get configure to work
Date: Sat, 26 Jan 2019 05:29:36 -0500 (EST)

branch: feature/core-elpa-by-copy
commit b3dad07743019cd23fc41a17e645036bd5226b5f
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Semi working attempt to get configure to work
---
 Makefile.in  |  3 +++
 configure.ac | 11 +++++++++++
 2 files changed, 14 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 73ffe2e..300a592 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -108,6 +108,9 @@ am__v_at_ = $(address@hidden@)
 am__v_at_0 = @
 am__v_at_1 =
 
address@hidden@
address@hidden@
+
 # ==================== Where To Install Things ====================
 
 # Location to install Emacs.app under GNUstep / macOS.
diff --git a/configure.ac b/configure.ac
index 4719a73..e1e6072 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]