On 2015-04-06 21:02:16, Christian Boltz wrote: > Hello, > > Am Montag, 6. April 2015 schrieb Tyler Hicks: > > On 2015-04-04 14:24:12, Christian Boltz wrote: > > > # cd libraries/libapparmor > > > # ./configure > > > [... everything looks good ...] > > > # make clean > ... > > > Now the interesting question is why it is looking for aclocal-1.14. > > > I have /usr/bin/aclocal and /usr/bin/aclocal-1.15 in $PATH... > ... > > Is this a bzr checkout? If so, run ./autogen.sh and you should get > > your tree back to a buildable state. > > A bzr checkout, and ./autogen.sh helped :-) - but I still wonder why > configure doesn't simply call "aclocal" without a version number.
Just a guess but possibly so that the generated files don't have to worry about aclocal version compatibility??? > Now to the remaining parts - after a "make clean", bzr status still > gives me: > > unknown: > libraries/libapparmor/test-driver > libraries/libapparmor/include/Makefile > libraries/libapparmor/include/Makefile.in > libraries/libapparmor/include/sys/Makefile > libraries/libapparmor/include/sys/Makefile.in > libraries/libapparmor/swig/python/test/Makefile > libraries/libapparmor/swig/python/test/Makefile.in > > "make distclean" shrinks the list a bit: > > unknown: > libraries/libapparmor/test-driver > libraries/libapparmor/include/Makefile.in > libraries/libapparmor/include/sys/Makefile.in > libraries/libapparmor/swig/python/test/Makefile.in > > Should (some of) those files get added to .bzrignore, or does the > Makefile need an update to delete them? The Makefile.in and test-driver files should be added to .bzrignore. Side note: This is a handy repo for .*ignore inspiration: https://github.com/github/gitignore Tyler > > > Regards, > > Christian Boltz > > PS: Non-random sig ;-) > -- > I saw a book entitled "Die GNU Autotools" and I thought > "My feelings exactly". Turns out the book was in German. > [https://twitter.com/timmartin2/status/23365017839599616] > > > -- > AppArmor mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/apparmor
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
