Signed-off-by: Karel Zak <kzak@redhat.com>
include $(top_srcdir)/config/include-Makefile.am
usrbinexec_PROGRAMS = getopt
-
-getopt_CPPFLAGS = -DLIBCGETOPT=1 $(AM_CPPFLAGS)
-
dist_man_MANS = getopt.1
exampledir = $(datadir)/getopt/
#include <string.h>
#include <unistd.h>
#include <ctype.h>
-
-#if LIBCGETOPT
#include <getopt.h>
-#else
-#include "getopt.h"
-#endif
#include "nls.h"
int opt;
int compatible=0;
-#if WITHOUT_GETTEXT
-#else
setlocale(LC_ALL,"");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
-#endif
init_longopt();