From 28cb22e3c20676c42a08593b5553ee896b53e030 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 26 Jun 2013 14:37:53 +1000 Subject: Patch ltmain on autoreconf We used to carry a patched version of ltmain in our repos to fix libtools issues with -Wl,-as-needed. Now that ltmain is "generated" by autoreconf, we manually patch it afterwards. Signed-off-by: Allan McRae --- build-aux/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux/.gitignore') diff --git a/build-aux/.gitignore b/build-aux/.gitignore index f59ec20a..3ec659c2 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -1 +1,2 @@ -* \ No newline at end of file +* +!ltmain-asneeded.patch -- cgit v1.2.3-54-g00ecf