mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Remove gnulib.
As part of our efforts to clean up and simplify libguestfs, removing gnulib deletes a large dependency that we mostly no longer use and causes problems for new users trying to build the library from source. A few modules from gnulib are still used (under a compatible license) and these are copied into gnulib/lib/
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <error.h>
|
||||
#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <locale.h>
|
||||
@@ -52,7 +53,6 @@
|
||||
#include "progress.h"
|
||||
|
||||
#include "c-ctype.h"
|
||||
#include "closeout.h"
|
||||
#include "ignore-value.h"
|
||||
#include "getprogname.h"
|
||||
|
||||
@@ -178,9 +178,6 @@ usage (int status)
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
/* Initialize gnulib closeout module. */
|
||||
atexit (close_stdout);
|
||||
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (PACKAGE, LOCALEBASEDIR);
|
||||
textdomain (PACKAGE);
|
||||
|
||||
Reference in New Issue
Block a user