diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-08 14:28:13 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-08 14:28:13 +0200 |
commit | 6e9a10381c9f0580d24fab43014d2000f9d6d718 (patch) | |
tree | 3e29cc9e61bd6788fdcce2cb8fc36b2317903ecd /cfg.mk | |
parent | a6db8f8e131a5c6b7bc55de7703f019254f8c44d (diff) | |
download | gnutls-6e9a10381c9f0580d24fab43014d2000f9d6d718.tar.gz |
use the system wide gnulib-tool.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,14 +62,14 @@ bootstrap: autoreconf #Two runs the first should add the LGPL components and the #second the components used by src/ files. glimport: - ../gnulib/gnulib-tool --m4-base gl/m4 --tests-base=gl/tests --libtool \ + gnulib-tool --m4-base gl/m4 --tests-base=gl/tests --libtool \ --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl \ --aux-dir=build-aux --with-tests --avoid=alignof-tests --avoid=lseek-tests \ --import crypto/hmac-md5 crypto/md5 extensions havelib lib-msvc-compat lib-symbol-versions \ byteswap c-ctype func gettext lib-msvc-compat lib-symbol-versions memmem-simple minmax \ netdb read-file snprintf sockets socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd \ vasprintf vsnprintf manywarnings warnings netinet_in alloca getpass u64 - ../gnulib/gnulib-tool --m4-base gl/m4 --tests-base=gl/tests --libtool \ + gnulib-tool --m4-base gl/m4 --tests-base=gl/tests --libtool \ --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl \ --aux-dir=build-aux --with-tests --avoid=alignof-tests --avoid=lseek-tests \ --add-import progname version-etc timespec version-etc-fsf gettime |