This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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]

Re: [PATCH] Check for existence of asprintf and vasprintf


> sorry, but i don't know what you're talking about.  you don't read the
> gnulib code/modules directly, you just run gnulib-tool and tell it which
> modules to import.  it does all the rest for you.
> 
> you want asprintf ?  then add it to the list.
> modules=(
> 	asprintf
> 	glob
> 	vasprintf
> 	...whatever else you want...
> )
> gnulib-tool --import "${modules[@]}"

I see. Some of the functions are not available from gnulib, though. In particular, GNU-style basename abd GNU-style strerror_r. There might be more.

Ulf


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