diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-10-14 15:38:08 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-10-14 15:38:08 +0200 |
commit | f29568a357e7c2f8b68ac17505990ccb5fceb28a (patch) | |
tree | 8a4725bf20469345c407d233ac208cd8664e4fb1 /cfg.mk | |
parent | fabbd135bbca7aeb392180c0ea10dfc1588be5e7 (diff) | |
download | gnutls-f29568a357e7c2f8b68ac17505990ccb5fceb28a.tar.gz |
Use gnulib --add-import.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -59,9 +59,9 @@ bootstrap: autoreconf ./configure $(CFGFLAGS) glimport: - gnulib-tool --m4-base gl/m4 --import - cd lib && gnulib-tool --m4-base gl/m4 --import - cd libextra && gnulib-tool --m4-base gl/m4 --import + gnulib-tool --m4-base gl/m4 --add-import + cd lib && gnulib-tool --m4-base gl/m4 --add-import + cd libextra && gnulib-tool --m4-base gl/m4 --add-import # Code Coverage |