]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Copy, don't remove... to fix Makefile.in hard-coded links to m4 filenames.
authorSimon Josefsson <simon@josefsson.org>
Mon, 3 Dec 2007 10:40:48 +0000 (11:40 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 3 Dec 2007 10:40:48 +0000 (11:40 +0100)
maint-cfg.mk

index 1cba120ae82a67e1dc01eb1f1f8d657d871888db..707490dc2e512e236c6f55403708045e8d63c64b 100644 (file)
@@ -29,7 +29,7 @@ endif
 autoreconf:
        test -f ./configure || autoreconf --install
        mv build-aux/config.rpath{-,}
-       rm -f m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4
+       cp gl/m4/lib-{ld,link,prefix}.m4 m4/
 
 bootstrap: autoreconf
        ./configure $(CFGFLAGS)