This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14120] build process creates autom4te.cache directory in source dir


http://sourceware.org/bugzilla/show_bug.cgi?id=14120

Allan McRae <allan at archlinux dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan at archlinux dot org

--- Comment #1 from Allan McRae <allan at archlinux dot org> 2012-05-19 10:21:01 UTC ---
Creating that directory can be disabled by putting this in .autom4te.cfg in the
source directory:

begin-language: "Autoconf-without-aclocal-m4"
args: --nocache
end-language: "Autoconf-without-aclocal-m4"

Obviously, that disables its creation altogether...   I don't think it can be
configured to create the directory in the build directory.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]