File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
# Autoreconf uses a perl script to inline includes from Makefile.am into
25
25
# Makefile.in before ./configure is ever run even once ... which typically means
26
26
# AX_AUTOMAKE_MACROS forfeit access to substitutions or conditional logic
27
- # because they enter the picture after those steps. We're sententially using the
27
+ # because they enter the picture after those steps. We're intentionally using the
28
28
# expanded value of @INC_AMINCLUDE@ directly so the include will be inlined. To
29
29
# bootstrap we must pre-seed an empty file to avoid a 'file not found' error on
30
30
# first run. Subsequently running ./configure will generate the correct content
31
- # based on the configuration flags and also get re-inline into Makefile.in.
31
+ # based on the configuration flags and also get re-inlined into Makefile.in.
32
32
touch aminclude.am
33
33
34
34
autoreconf --install
You can’t perform that action at this time.
0 commit comments