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
1
Issues
1
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
74b880cb
Commit
74b880cb
authored
Jul 29, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* autogen/copy_autogen, autogen/update_autogen: Update build-aux locations.
parent
eacb6b4b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
10 deletions
+16
-10
ChangeLog
ChangeLog
+4
-2
autogen/README
autogen/README
+6
-6
autogen/copy_autogen
autogen/copy_autogen
+1
-1
autogen/update_autogen
autogen/update_autogen
+5
-1
No files found.
ChangeLog
View file @
74b880cb
2011-07-29 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, using build-aux to remove clutter (Bug#9169).
* autogen/README: Update destination list.
* autogen/copy_autogen, autogen/update_autogen, .bzrignore:
The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
...
...
@@ -10,8 +14,6 @@
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
...
...
autogen/README
View file @
74b880cb
...
...
@@ -7,12 +7,12 @@ configure ../ autoconf
config.in ../src autoheader * also used by MSDOS bzr build
aclocal.m4 ../ aclocal
Makefile.in ../lib automake
compile ../
automake
config.guess ../
automake
config.sub ../
automake
depcomp ../
automake
install-sh ../
automake
missing ../
automake
compile ../
build-aux
automake
config.guess ../
build-aux
automake
config.sub ../
build-aux
automake
depcomp ../
build-aux
automake
install-sh ../
build-aux
automake
missing ../
build-aux
automake
There are also some scripts:
...
...
autogen/copy_autogen
View file @
74b880cb
...
...
@@ -16,7 +16,7 @@ if test ! -e config.in; then
fi
## Order implied by top-level Makefile's rules, for time-stamps.
cp
compile config.guess config.sub depcomp install-sh missing ../
cp
compile config.guess config.sub depcomp install-sh missing ../
build-aux
cp
aclocal.m4 ../
cp
configure ../
touch
../src/stamp-h.in
...
...
autogen/update_autogen
View file @
74b880cb
...
...
@@ -80,7 +80,11 @@ lboot_flag=
ldefs_in
=
lisp/loaddefs.el
ldefs_out
=
lisp/ldefs-boot.el
sources
=
"configure.in lib/Makefile.am"
genfiles
=
"configure aclocal.m4 src/config.in lib/Makefile.in compile config.guess config.sub depcomp install-sh missing"
genfiles
=
"
configure aclocal.m4 src/config.in lib/Makefile.in
build-aux/compile build-aux/config.guess build-aux/config.sub
build-aux/depcomp build-aux/install-sh build-aux/missing
"
for
g
in
$genfiles
;
do
basegen
=
"
$basegen
${
g
##*/
}
"
...
...
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