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
Open sidebar
emacs
emacs
Commits
946ec224
Commit
946ec224
authored
Nov 13, 2013
by
Paul Eggert
Browse files
* Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
parent
62dfefa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
946ec224
2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
* configure.ac [MINGW32]: Source nt/mingw-cfg.site.
...
...
Makefile.in
View file @
946ec224
...
...
@@ -435,7 +435,7 @@ AUTOCONF_INPUTS = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
$(srcdir)/configure
:
$(AUTOCONF_INPUTS)
cd
${srcdir}
&&
autoconf
ACLOCAL_INPUTS
=
$(srcdir)
/m4/gnulib-comp.m4
ACLOCAL_INPUTS
=
$(srcdir)
/configure.ac
$(srcdir)
/m4/gnulib-comp.m4
$(srcdir)/aclocal.m4
:
$(ACLOCAL_INPUTS)
cd
$(srcdir)
&&
aclocal
-I
m4
...
...
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