Hello, I am trying to build the source code from git repository but came across this error -
./configure: line 7227: syntax error near unexpected token `0.9.0' ./configure: line 7227: `PKG_PROG_PKG_CONFIG(0.9.0)' I did lookup for "syntax error near unexpected token" with "PKG_PROG_PKG_CONFIG" on web but did not find a definite or helpful solution. I tried reading output and found this (below) but mostly I don't know how to relate what is in the manual to the problem I am facing. autoreconf: Entering directory `.' autoreconf: running: true --force autoreconf: running: aclocal -I m4 --force m4/pkg.m4:4: warning: underquoted definition of PKG_CHECK_MODULES m4/pkg.m4:4: run info Automake 'Extending aclocal' m4/pkg.m4:4: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal Can I receive some help? A pointer to solution or something like that that would transform dont-know the-problem to a large homework would also suffice. :) I have attached output of configure and bootstrap. Sincerely, Rishabh
$ ./bootstrap ./bootstrap: Bootstrapping from checked-out grep sources... ./bootstrap: consider installing git-merge-changelog from gnulib ./bootstrap: getting gnulib files... ./bootstrap: getting translations into po/.reference for grep... receiving incremental file list sent 30 bytes received 647 bytes 270.80 bytes/sec total size is 1,190,887 speedup is 1,759.06 ./bootstrap: autopoint --force Copying file build-aux/config.rpath ./bootstrap: gnulib/gnulib-tool --import --no-changelog --aux-dir build-aux --doc-base doc --lib libgreputils --m4-base m4/ --source-base lib/ --tests-base tests --local-dir gl --tests-base=gnulib-tests --with-tests --symlink --makefile-name=gnulib.mk --avoid=lock-tests --avoid=mbrtowc-tests --avoid=update-copyright-tests --import ... Module list with included dependencies (indented): absolute-header alignof alignof-tests alloca alloca-opt alloca-opt-tests announce-gen argmatch argmatch-tests assure at-internal binary-io binary-io-tests bitrotate bitrotate-tests btowc btowc-tests c-ctype c-ctype-tests c-strcase c-strcase-tests c-strcaseeq chdir chdir-long chdir-tests cloexec cloexec-tests close close-stream close-tests closedir closeout configmake ctype ctype-tests cycle-check d-ino d-type dev-ino dirent dirent-safer dirent-safer-tests dirent-tests dirfd dirname-lgpl do-release-commit-and-tag dosname double-slash-root dup dup-tests dup2 dup2-tests environ environ-tests errno errno-tests error exclude exclude-tests exitfail extensions extern-inline fchdir fchdir-tests fcntl fcntl-h fcntl-h-tests fcntl-safer fcntl-safer-tests fcntl-tests fd-hook fd-safer-flag fdl fdopen fdopen-tests fdopendir fdopendir-tests fgetc-tests filename filenamecat-lgpl flexmember float float-tests fnmatch fnmatch-tests fpending fpending-tests fpieee fpucw fputc-tests fread-tests fstat fstat-tests fstatat fstatat-tests fts fwrite-tests gendocs getcwd-lgpl getcwd-lgpl-tests getdtablesize getdtablesize-tests getopt-gnu getopt-posix getopt-posix-tests getpagesize gettext-h gettimeofday gettimeofday-tests git-version-gen gitlog-to-changelog gnu-web-doc-update gnumakefile gnupload gperf hard-locale hash hash-pjw hash-tests havelib i-ring i-ring-tests iconv iconv-h iconv-h-tests iconv-tests iconv_open ignore-value ignore-value-tests include_next inline intprops intprops-tests inttostr inttostr-tests inttypes inttypes-incomplete inttypes-tests isatty isatty-tests isblank isblank-tests iswblank iswblank-tests iswctype langinfo langinfo-tests largefile localcharset locale locale-tests localeconv localeconv-tests localename localename-tests lock lseek lseek-tests lstat lstat-tests maintainer-makefile malloc-gnu malloc-gnu-tests malloc-posix malloca malloca-tests manywarnings mbchar mbiter mbrlen mbrtowc mbscasecmp mbscasecmp-tests mbsinit mbsinit-tests mbslen mbsrtowcs mbsrtowcs-tests mbsstr mbsstr-tests mbtowc mbuiter memchr memchr-tests memchr2 memchr2-tests mempcpy memrchr memrchr-tests minmax msvc-inval msvc-nothrow multiarch nl_langinfo nl_langinfo-tests nocrash obstack open open-tests openat openat-die openat-h openat-safer openat-safer-tests openat-tests opendir pathmax pathmax-tests perl pipe-posix pipe-posix-tests progname propername putenv quote quotearg quotearg-simple quotearg-simple-tests read read-tests readdir readme-release realloc-gnu realloc-gnu-tests realloc-posix regex regex-tests safe-read same-inode save-cwd setenv setenv-tests setlocale setlocale-tests size_max snippet/_Noreturn snippet/arg-nonnull snippet/c++defs snippet/unused-parameter snippet/warn-on-use snprintf snprintf-tests ssize_t stat stat-tests stdalign stdalign-tests stdarg stdbool stdbool-tests stddef stddef-tests stdint stdint-tests stdio stdio-tests stdlib stdlib-tests stpcpy strdup-posix streq strerror strerror-override strerror-tests striconv striconv-tests string string-tests strnlen strnlen-tests strnlen1 strstr strstr-simple strstr-tests strtoimax strtoimax-tests strtoll strtoll-tests strtoull strtoull-tests strtoumax strtoumax-tests symlink symlink-tests sys_stat sys_stat-tests sys_time sys_time-tests sys_types sys_types-tests test-framework-sh test-framework-sh-tests threadlib time time-tests trim unistd unistd-safer unistd-safer-tests unistd-tests unistr/base unistr/u8-mbtoucr unistr/u8-mbtoucr-tests unistr/u8-uctomb unistr/u8-uctomb-tests unitypes uniwidth/base uniwidth/width uniwidth/width-tests unlocked-io unsetenv unsetenv-tests update-copyright useless-if-before-free vasnprintf vasnprintf-tests vc-list-files vc-list-files-tests verify verify-tests version-etc version-etc-fsf version-etc-tests warnings wchar wchar-tests wcrtomb wcrtomb-tests wctob wctomb wctype-h wctype-h-tests wcwidth wcwidth-tests xalloc xalloc-die xalloc-die-tests xalloc-oversized xsize xstriconv xstrtoimax xstrtoimax-tests xstrtol xstrtol-tests Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice from module iswctype: This module is obsolete. Notice from module localcharset: If your package's tests make use of the locale_charset() function directly or indirectly, you may need to define the CHARSETALIASDIR environment variable, so that "make check" works before "make install". In Makefile.am syntax: TESTS_ENVIRONMENT += @LOCALCHARSET_TESTS_ENVIRONMENT@ Notice from module propername: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' File list: build-aux/announce-gen build-aux/config.rpath build-aux/do-release-commit-and-tag build-aux/gendocs.sh build-aux/git-version-gen build-aux/gitlog-to-changelog build-aux/gnu-web-doc-update build-aux/gnupload build-aux/snippet/_Noreturn.h build-aux/snippet/arg-nonnull.h build-aux/snippet/c++defs.h build-aux/snippet/unused-parameter.h build-aux/snippet/warn-on-use.h build-aux/update-copyright build-aux/useless-if-before-free build-aux/vc-list-files doc/fdl.texi doc/gendocs_template doc/gendocs_template_min lib/alignof.h lib/alloca.c lib/alloca.in.h lib/argmatch.c lib/argmatch.h lib/assure.h lib/at-func.c lib/basename-lgpl.c lib/binary-io.c lib/binary-io.h lib/bitrotate.c lib/bitrotate.h lib/btowc.c lib/c-ctype.c lib/c-ctype.h lib/c-strcase.h lib/c-strcasecmp.c lib/c-strcaseeq.h lib/c-strncasecmp.c lib/chdir-long.c lib/chdir-long.h lib/cloexec.c lib/cloexec.h lib/close-stream.c lib/close-stream.h lib/close.c lib/closedir.c lib/closeout.c lib/closeout.h lib/config.charset lib/creat-safer.c lib/ctype.in.h lib/cycle-check.c lib/cycle-check.h lib/dev-ino.h lib/dirent--.h lib/dirent-private.h lib/dirent-safer.h lib/dirent.in.h lib/dirfd.c lib/dirname-lgpl.c lib/dirname.h lib/dosname.h lib/dup-safer.c lib/dup.c lib/dup2.c lib/errno.in.h lib/error.c lib/error.h lib/exclude.c lib/exclude.h lib/exitfail.c lib/exitfail.h lib/fchdir.c lib/fcntl--.h lib/fcntl-safer.h lib/fcntl.c lib/fcntl.in.h lib/fd-hook.c lib/fd-hook.h lib/fd-safer.c lib/fdopendir.c lib/filename.h lib/filenamecat-lgpl.c lib/filenamecat.h lib/fnmatch.c lib/fnmatch.in.h lib/fnmatch_loop.c lib/fpending.c lib/fpending.h lib/fstat.c lib/fstatat.c lib/fts-cycle.c lib/fts.c lib/fts_.h lib/getcwd-lgpl.c lib/getdtablesize.c lib/getopt.c lib/getopt.in.h lib/getopt1.c lib/getopt_int.h lib/getpagesize.c lib/gettext.h lib/gettimeofday.c lib/glthread/lock.c lib/glthread/lock.h lib/glthread/threadlib.c lib/hard-locale.c lib/hard-locale.h lib/hash.c lib/hash.h lib/i-ring.c lib/i-ring.h lib/iconv.c lib/iconv.in.h lib/iconv_close.c lib/iconv_open-aix.gperf lib/iconv_open-hpux.gperf lib/iconv_open-irix.gperf lib/iconv_open-osf.gperf lib/iconv_open-solaris.gperf lib/iconv_open.c lib/ignore-value.h lib/intprops.h lib/inttypes.in.h lib/isatty.c lib/isblank.c lib/iswblank.c lib/iswctype-impl.h lib/iswctype.c lib/langinfo.in.h lib/localcharset.c lib/localcharset.h lib/locale.in.h lib/localeconv.c lib/lseek.c lib/lstat.c lib/malloc.c lib/malloca.c lib/malloca.h lib/malloca.valgrind lib/mbchar.c lib/mbchar.h lib/mbiter.c lib/mbiter.h lib/mbrlen.c lib/mbrtowc.c lib/mbscasecmp.c lib/mbsinit.c lib/mbslen.c lib/mbsrtowcs-impl.h lib/mbsrtowcs-state.c lib/mbsrtowcs.c lib/mbsstr.c lib/mbtowc-impl.h lib/mbtowc.c lib/mbuiter.c lib/mbuiter.h lib/memchr.c lib/memchr.valgrind lib/memchr2.c lib/memchr2.h lib/memchr2.valgrind lib/mempcpy.c lib/memrchr.c lib/minmax.h lib/msvc-inval.c lib/msvc-inval.h lib/msvc-nothrow.c lib/msvc-nothrow.h lib/nl_langinfo.c lib/obstack.c lib/obstack.h lib/open-safer.c lib/open.c lib/openat-die.c lib/openat-priv.h lib/openat-proc.c lib/openat-safer.c lib/openat.c lib/openat.h lib/opendir-safer.c lib/opendir.c lib/pathmax.h lib/pipe-safer.c lib/progname.c lib/progname.h lib/propername.c lib/propername.h lib/quote.h lib/quotearg.c lib/quotearg.h lib/read.c lib/readdir.c lib/realloc.c lib/ref-add.sin lib/ref-del.sin lib/regcomp.c lib/regex.c lib/regex.h lib/regex_internal.c lib/regex_internal.h lib/regexec.c lib/safe-read.c lib/safe-read.h lib/same-inode.h lib/save-cwd.c lib/save-cwd.h lib/stat.c lib/stdalign.in.h lib/stdarg.in.h lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h lib/stdio.in.h lib/stdlib.in.h lib/stpcpy.c lib/str-kmp.h lib/str-two-way.h lib/strdup.c lib/streq.h lib/strerror-override.c lib/strerror-override.h lib/strerror.c lib/striconv.c lib/striconv.h lib/string.in.h lib/stripslash.c lib/strnlen.c lib/strnlen1.c lib/strnlen1.h lib/strstr.c lib/strtoimax.c lib/strtol.c lib/strtoll.c lib/strtoul.c lib/strtoull.c lib/strtoumax.c lib/sys_stat.in.h lib/sys_time.in.h lib/sys_types.in.h lib/time.in.h lib/trim.c lib/trim.h lib/unistd--.h lib/unistd-safer.h lib/unistd.c lib/unistd.in.h lib/unistr.in.h lib/unistr/u8-mbtoucr.c lib/unistr/u8-uctomb-aux.c lib/unistr/u8-uctomb.c lib/unitypes.in.h lib/uniwidth.in.h lib/uniwidth/cjk.h lib/uniwidth/width.c lib/unlocked-io.h lib/verify.h lib/version-etc-fsf.c lib/version-etc.c lib/version-etc.h lib/wchar.in.h lib/wcrtomb.c lib/wctob.c lib/wctomb-impl.h lib/wctomb.c lib/wctype-h.c lib/wctype.in.h lib/wcwidth.c lib/xalloc-die.c lib/xalloc-oversized.h lib/xalloc.h lib/xmalloc.c lib/xstriconv.c lib/xstriconv.h lib/xstrtoimax.c lib/xstrtol-error.c lib/xstrtol.c lib/xstrtol.h lib/xstrtoul.c m4/00gnulib.m4 m4/absolute-header.m4 m4/alloca.m4 m4/btowc.m4 m4/chdir-long.m4 m4/close-stream.m4 m4/close.m4 m4/closedir.m4 m4/closeout.m4 m4/codeset.m4 m4/configmake.m4 m4/ctype.m4 m4/cycle-check.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent-safer.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/double-slash-root.m4 m4/dup.m4 m4/dup2.m4 m4/eealloc.m4 m4/environ.m4 m4/errno_h.m4 m4/error.m4 m4/exponentd.m4 m4/extensions.m4 m4/extern-inline.m4 m4/fchdir.m4 m4/fcntl-o.m4 m4/fcntl-safer.m4 m4/fcntl.m4 m4/fcntl_h.m4 m4/fdopen.m4 m4/fdopendir.m4 m4/filenamecat.m4 m4/flexmember.m4 m4/float_h.m4 m4/fnmatch.m4 m4/fpending.m4 m4/fpieee.m4 m4/fstat.m4 m4/fstatat.m4 m4/fts.m4 m4/getcwd.m4 m4/getdtablesize.m4 m4/getopt.m4 m4/getpagesize.m4 m4/gettimeofday.m4 m4/glibc21.m4 m4/gnulib-common.m4 m4/hard-locale.m4 m4/i-ring.m4 m4/iconv.m4 m4/iconv_h.m4 m4/iconv_open.m4 m4/include_next.m4 m4/inline.m4 m4/intlmacosx.m4 m4/intmax_t.m4 m4/inttostr.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/isatty.m4 m4/isblank.m4 m4/iswblank.m4 m4/iswctype.m4 m4/langinfo_h.m4 m4/largefile.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/libunistring-base.m4 m4/localcharset.m4 m4/locale-fr.m4 m4/locale-ja.m4 m4/locale-tr.m4 m4/locale-zh.m4 m4/locale_h.m4 m4/localeconv.m4 m4/localename.m4 m4/lock.m4 m4/longlong.m4 m4/lseek.m4 m4/lstat.m4 m4/malloc.m4 m4/malloca.m4 m4/manywarnings.m4 m4/math_h.m4 m4/mbchar.m4 m4/mbiter.m4 m4/mbrlen.m4 m4/mbrtowc.m4 m4/mbsinit.m4 m4/mbslen.m4 m4/mbsrtowcs.m4 m4/mbstate_t.m4 m4/mbtowc.m4 m4/memchr.m4 m4/mempcpy.m4 m4/memrchr.m4 m4/minmax.m4 m4/mmap-anon.m4 m4/mode_t.m4 m4/msvc-inval.m4 m4/msvc-nothrow.m4 m4/multiarch.m4 m4/nl_langinfo.m4 m4/nocrash.m4 m4/obstack.m4 m4/off_t.m4 m4/onceonly.m4 m4/open.m4 m4/openat.m4 m4/opendir.m4 m4/pathmax.m4 m4/perl.m4 m4/pipe.m4 m4/printf.m4 m4/putenv.m4 m4/quote.m4 m4/quotearg.m4 m4/read.m4 m4/readdir.m4 m4/realloc.m4 m4/regex.m4 m4/safe-read.m4 m4/save-cwd.m4 m4/setenv.m4 m4/setlocale.m4 m4/size_max.m4 m4/snprintf.m4 m4/ssize_t.m4 m4/stat.m4 m4/stdalign.m4 m4/stdarg.m4 m4/stdbool.m4 m4/stddef_h.m4 m4/stdint.m4 m4/stdint_h.m4 m4/stdio_h.m4 m4/stdlib_h.m4 m4/stpcpy.m4 m4/strdup.m4 m4/strerror.m4 m4/string_h.m4 m4/strnlen.m4 m4/strstr.m4 m4/strtoimax.m4 m4/strtoll.m4 m4/strtoull.m4 m4/strtoumax.m4 m4/symlink.m4 m4/sys_socket_h.m4 m4/sys_stat_h.m4 m4/sys_time_h.m4 m4/sys_types_h.m4 m4/threadlib.m4 m4/time_h.m4 m4/unistd-safer.m4 m4/unistd_h.m4 m4/unlocked-io.m4 m4/vasnprintf.m4 m4/version-etc.m4 m4/warn-on-use.m4 m4/warnings.m4 m4/wchar_h.m4 m4/wchar_t.m4 m4/wcrtomb.m4 m4/wctob.m4 m4/wctomb.m4 m4/wctype_h.m4 m4/wcwidth.m4 m4/wint_t.m4 m4/xalloc.m4 m4/xsize.m4 m4/xstrtol.m4 tests/init.sh tests/macros.h tests/signature.h tests/test-alignof.c tests/test-alloca-opt.c tests/test-argmatch.c tests/test-binary-io.c tests/test-binary-io.sh tests/test-bitrotate.c tests/test-btowc.c tests/test-btowc1.sh tests/test-btowc2.sh tests/test-c-ctype.c tests/test-c-strcase.sh tests/test-c-strcasecmp.c tests/test-c-strncasecmp.c tests/test-chdir.c tests/test-cloexec.c tests/test-close.c tests/test-ctype.c tests/test-dirent-safer.c tests/test-dirent.c tests/test-dup-safer.c tests/test-dup.c tests/test-dup2.c tests/test-environ.c tests/test-errno.c tests/test-exclude.c tests/test-exclude1.sh tests/test-exclude2.sh tests/test-exclude3.sh tests/test-exclude4.sh tests/test-exclude5.sh tests/test-exclude6.sh tests/test-exclude7.sh tests/test-exclude8.sh tests/test-fchdir.c tests/test-fcntl-h.c tests/test-fcntl-safer.c tests/test-fcntl.c tests/test-fdopen.c tests/test-fdopendir.c tests/test-fgetc.c tests/test-float.c tests/test-fnmatch.c tests/test-fpending.c tests/test-fpending.sh tests/test-fputc.c tests/test-fread.c tests/test-fstat.c tests/test-fstatat.c tests/test-fwrite.c tests/test-getcwd-lgpl.c tests/test-getdtablesize.c tests/test-getopt.c tests/test-getopt.h tests/test-getopt_long.h tests/test-gettimeofday.c tests/test-hash.c tests/test-i-ring.c tests/test-iconv-h.c tests/test-iconv.c tests/test-ignore-value.c tests/test-init.sh tests/test-intprops.c tests/test-inttostr.c tests/test-inttypes.c tests/test-isatty.c tests/test-isblank.c tests/test-iswblank.c tests/test-langinfo.c tests/test-locale.c tests/test-localeconv.c tests/test-localename.c tests/test-lseek.c tests/test-lseek.sh tests/test-lstat.c tests/test-lstat.h tests/test-malloc-gnu.c tests/test-malloca.c tests/test-mbscasecmp.c tests/test-mbscasecmp.sh tests/test-mbsinit.c tests/test-mbsinit.sh tests/test-mbsrtowcs.c tests/test-mbsrtowcs1.sh tests/test-mbsrtowcs2.sh tests/test-mbsrtowcs3.sh tests/test-mbsrtowcs4.sh tests/test-mbsstr1.c tests/test-mbsstr2.c tests/test-mbsstr2.sh tests/test-mbsstr3.c tests/test-mbsstr3.sh tests/test-memchr.c tests/test-memchr2.c tests/test-memrchr.c tests/test-nl_langinfo.c tests/test-nl_langinfo.sh tests/test-open.c tests/test-open.h tests/test-openat-safer.c tests/test-openat.c tests/test-pathmax.c tests/test-pipe.c tests/test-quotearg-simple.c tests/test-quotearg.h tests/test-read.c tests/test-realloc-gnu.c tests/test-regex.c tests/test-setenv.c tests/test-setlocale1.c tests/test-setlocale1.sh tests/test-setlocale2.c tests/test-setlocale2.sh tests/test-snprintf.c tests/test-stat.c tests/test-stat.h tests/test-stdalign.c tests/test-stdbool.c tests/test-stddef.c tests/test-stdint.c tests/test-stdio.c tests/test-stdlib.c tests/test-strerror.c tests/test-striconv.c tests/test-string.c tests/test-strnlen.c tests/test-strstr.c tests/test-strtoimax.c tests/test-strtoll.c tests/test-strtoull.c tests/test-strtoumax.c tests/test-symlink.c tests/test-symlink.h tests/test-sys_stat.c tests/test-sys_time.c tests/test-sys_types.c tests/test-sys_wait.h tests/test-time.c tests/test-unistd.c tests/test-unsetenv.c tests/test-vasnprintf.c tests/test-vc-list-files-cvs.sh tests/test-vc-list-files-git.sh tests/test-verify.c tests/test-verify.sh tests/test-version-etc.c tests/test-version-etc.sh tests/test-wchar.c tests/test-wcrtomb-w32-1.sh tests/test-wcrtomb-w32-2.sh tests/test-wcrtomb-w32-3.sh tests/test-wcrtomb-w32-4.sh tests/test-wcrtomb-w32-5.sh tests/test-wcrtomb-w32.c tests/test-wcrtomb.c tests/test-wcrtomb.sh tests/test-wctype-h.c tests/test-wcwidth.c tests/test-xalloc-die.c tests/test-xalloc-die.sh tests/test-xstrtoimax.c tests/test-xstrtoimax.sh tests/test-xstrtol.c tests/test-xstrtol.sh tests/test-xstrtoul.c tests/unistr/test-u8-mbtoucr.c tests/unistr/test-u8-uctomb.c tests/uniwidth/test-uc_width.c tests/uniwidth/test-uc_width2.c tests/uniwidth/test-uc_width2.sh tests/zerosize-ptr.h lib/anytostr.c -> tests/anytostr.c lib/asnprintf.c -> tests/asnprintf.c lib/dup-safer-flag.c -> tests/dup-safer-flag.c lib/fd-safer-flag.c -> tests/fd-safer-flag.c lib/fdopen.c -> tests/fdopen.c lib/float+.h -> tests/float+.h lib/float.c -> tests/float.c lib/float.in.h -> tests/float.in.h lib/fpucw.h -> tests/fpucw.h lib/hash-pjw.c -> tests/hash-pjw.c lib/hash-pjw.h -> tests/hash-pjw.h lib/imaxtostr.c -> tests/imaxtostr.c lib/inttostr.c -> tests/inttostr.c lib/inttostr.h -> tests/inttostr.h lib/itold.c -> tests/itold.c lib/localename.c -> tests/localename.c lib/localename.h -> tests/localename.h lib/offtostr.c -> tests/offtostr.c lib/pipe.c -> tests/pipe.c lib/printf-args.c -> tests/printf-args.c lib/printf-args.h -> tests/printf-args.h lib/printf-parse.c -> tests/printf-parse.c lib/printf-parse.h -> tests/printf-parse.h lib/putenv.c -> tests/putenv.c lib/setenv.c -> tests/setenv.c lib/setlocale.c -> tests/setlocale.c lib/size_max.h -> tests/size_max.h lib/snprintf.c -> tests/snprintf.c lib/symlink.c -> tests/symlink.c lib/uinttostr.c -> tests/uinttostr.c lib/umaxtostr.c -> tests/umaxtostr.c lib/unsetenv.c -> tests/unsetenv.c lib/vasnprintf.c -> tests/vasnprintf.c lib/vasnprintf.h -> tests/vasnprintf.h lib/xsize.c -> tests/xsize.c lib/xsize.h -> tests/xsize.h top/GNUmakefile top/README-release top/maint.mk Updating file README-release (backup in README-release~) Updating file build-aux/config.rpath (backup in build-aux/config.rpath~) Finished. You may need to add #include directives for the following .h files. #include <alloca.h> #include <ctype.h> #include <fcntl.h> #include <fnmatch.h> #include <getopt.h> #include <inttypes.h> #include <locale.h> #include <regex.h> #include <stddef.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #include <wchar.h> #include <wctype.h> #include "argmatch.h" #include "binary-io.h" #include "c-ctype.h" #include "closeout.h" #include "error.h" #include "exclude.h" #include "fcntl-safer.h" #include "fts_.h" #include "gettext.h" #include "ignore-value.h" #include "intprops.h" #include "memchr2.h" #include "minmax.h" #include "obstack.h" #include "progname.h" #include "propername.h" #include "quote.h" #include "safe-read.h" #include "same-inode.h" #include "unlocked-io.h" #include "xalloc.h" #include "xstrtol.h" You may need to use the following Makefile variables when linking. Use them in <program>_LDADD when linking a program, or in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library. $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise Don't forget to - "include gnulib.mk" from within "lib/Makefile.am", - "include gnulib.mk" from within "gnulib-tests/Makefile.am", - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am, - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am, - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC, - invoke gl_INIT in ./configure.ac. running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install --force -I m4 --no-recursive autoreconf: Entering directory `.' autoreconf: running: true --force autoreconf: running: aclocal -I m4 --force m4/pkg.m4:4: warning: underquoted definition of PKG_CHECK_MODULES m4/pkg.m4:4: run info Automake 'Extending aclocal' m4/pkg.m4:4: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --include=m4 --force autoreconf: running: /usr/bin/autoheader --include=m4 --force autoreconf: running: automake --add-missing --copy --force-missing Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/bin/automake line 3936. autoreconf: Leaving directory `.' ./bootstrap: ln -fs ../gnulib/build-aux/install-sh build-aux/install-sh ./bootstrap: ln -fs ../gnulib/build-aux/mdate-sh build-aux/mdate-sh ./bootstrap: ln -fs ../gnulib/build-aux/texinfo.tex build-aux/texinfo.tex ./bootstrap: ln -fs ../gnulib/build-aux/depcomp build-aux/depcomp ./bootstrap: ln -fs ../gnulib/build-aux/config.guess build-aux/config.guess ./bootstrap: ln -fs ../gnulib/build-aux/config.sub build-aux/config.sub ./bootstrap: ln -fs gnulib/doc/INSTALL INSTALL ./bootstrap: Creating po/Makevars from po/Makevars.template ... ./bootstrap: done. Now you can run './configure'.
$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gawk... (cached) mawk checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... fn_grep checking for egrep... (cached) fn_grep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking the archiver (ar) interface... ar checking for ar... (cached) ar checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for ranlib... (cached) ranlib ./configure: line 7227: syntax error near unexpected token `0.9.0' ./configure: line 7227: `PKG_PROG_PKG_CONFIG(0.9.0)'