Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
acfdc2b1
Commit
acfdc2b1
authored
Mar 13, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(AC_INIT): Fix version number.
(sync-input): Reword the option, since it's on by default.
parent
ef8e4fef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ChangeLog
ChangeLog
+5
-0
configure.in
configure.in
+3
-2
No files found.
ChangeLog
View file @
acfdc2b1
2008-03-13 Glenn Morris <rgm@gnu.org>
* configure.in (AC_INIT): Fix version number.
(sync-input): Reword the option, since it's on by default.
2008-03-11 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
* configure.in: Add --enable-sync-input, default yes.
...
...
configure.in
View file @
acfdc2b1
...
...
@@ -24,7 +24,7 @@ dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
dnl Boston, MA 02110-1301, USA.
AC_PREREQ(2.61)dnl
AC_INIT(emacs, 23.0.
5
0)
AC_INIT(emacs, 23.0.
6
0)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
...
...
@@ -173,8 +173,9 @@ AC_ARG_ENABLE(font-backend,
USE_FONT_BACKEND=$enableval,
USE_FONT_BACKEND=yes)
## Enabled by default.
AC_ARG_ENABLE(sync-input,
[AS_HELP_STRING([--
enable-sync-input], [
compile code with sync-input])],
[AS_HELP_STRING([--
disable-sync-input], [don't
compile code with sync-input])],
USE_SYNC_INPUT=$enableval,
USE_SYNC_INPUT=yes)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment