Message ID | 1438711583-4339-1-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | 7f6daf2991a6f0994069ae2cb145ada9ec484c8f |
Headers | show |
On 4 August 2015 at 14:06, Anders Roxell <anders.roxell@linaro.org> wrote: > bootstrap will fail when it doesn't find odp_version.sh > > sh: 1: ./scripts/odp_version.sh: not found > configure.ac:3: error: AC_INIT should be called with package and version > arguments > aclocal.m4:9099: AM_INIT_AUTOMAKE is expanded from... > configure.ac:3: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > autoheader: '/usr/bin/autom4te' failed with exit status: 1 > > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > --- > scripts/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/Makefile.am b/scripts/Makefile.am > index 27ec6ab..617eadc 100644 > --- a/scripts/Makefile.am > +++ b/scripts/Makefile.am > @@ -1 +1 @@ > -EXTRA_DIST = git_hash.sh > +EXTRA_DIST = git_hash.sh odp_version.sh > -- > 2.1.4 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp >
Merged, Maxim. On 08/04/15 22:49, Mike Holmes wrote: > > > On 4 August 2015 at 14:06, Anders Roxell <anders.roxell@linaro.org > <mailto:anders.roxell@linaro.org>> wrote: > > bootstrap will fail when it doesn't find odp_version.sh > > sh: 1: ./scripts/odp_version.sh: not found > configure.ac:3 <http://configure.ac:3>: error: AC_INIT should be > called with package and version arguments > aclocal.m4:9099: AM_INIT_AUTOMAKE is expanded from... > configure.ac:3 <http://configure.ac:3>: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > autoheader: '/usr/bin/autom4te' failed with exit status: 1 > > Signed-off-by: Anders Roxell <anders.roxell@linaro.org > <mailto:anders.roxell@linaro.org>> > > > Reviewed-by: Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> > > --- > scripts/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/Makefile.am b/scripts/Makefile.am > index 27ec6ab..617eadc 100644 > --- a/scripts/Makefile.am > +++ b/scripts/Makefile.am > @@ -1 +1 @@ > -EXTRA_DIST = git_hash.sh > +EXTRA_DIST = git_hash.sh odp_version.sh > -- > 2.1.4 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org> > https://lists.linaro.org/mailman/listinfo/lng-odp > > > > > -- > Mike Holmes > Technical Manager - Linaro Networking Group > Linaro.org <http://www.linaro.org/>***│ *Open source software for ARM SoCs > > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 27ec6ab..617eadc 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = git_hash.sh +EXTRA_DIST = git_hash.sh odp_version.sh
bootstrap will fail when it doesn't find odp_version.sh sh: 1: ./scripts/odp_version.sh: not found configure.ac:3: error: AC_INIT should be called with package and version arguments aclocal.m4:9099: AM_INIT_AUTOMAKE is expanded from... configure.ac:3: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: '/usr/bin/autom4te' failed with exit status: 1 Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)