|
Re: Using automake to install config.sub and config.guess: msg#00031sysutils.automake.general
Alexandre Duret-Lutz wrote: "William" == William S Fulton <wsf@xxxxxxxxxxxxxxxxxxx> writes: I've narrowed the problem down and it can be demonstrated with a cut down version of our build structure. See the testcase below. The problem is with subdirectories and the root directory containing a Makefile.in rather than a Makefile.am. Is there perhaps anything I can put in the root Makefile.in to get config.sub and config.guess installed? William . ./defs || exit 1 mkdir one cat > configure.in << 'END' AC_INIT AC_CANONICAL_HOST AM_INIT_AUTOMAKE(nonesuch, nonesuch) AC_OUTPUT(Makefile one/Makefile) END # These two lines succeed in getting automake to install config.sub and config.guess #cat > Makefile.am << 'END' #END # These two lines fail to get automake to install config.sub and config.guess cat > Makefile.in << 'END' END cat > one/Makefile.am << 'END' END $ACLOCAL || exit 1 $AUTOCONF $AUTOMAKE --add-missing ./configure |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Implementing Automake in Scheme: 00031, Luis Araujo |
|---|---|
| Next by Date: | Re: Using automake to install config.sub and config.guess: 00031, Alexandre Duret-Lutz |
| Previous by Thread: | Re: Using automake to install config.sub and config.guessi: 00031, Alexandre Duret-Lutz |
| Next by Thread: | Re: Using automake to install config.sub and config.guess: 00031, Alexandre Duret-Lutz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |