From 7a574b452485bc97fc7c7978315cbd2e29fed8ae Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 6 Jul 2004 04:40:48 +0000 Subject: [PATCH] build things THIS way... :) SVN revision: 10706 --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e9a0eb9..487309f 100644 --- a/configure.in +++ b/configure.in @@ -428,4 +428,6 @@ dnl# AC_OUTPUT AC_OUTPUT([imlib2-config imlib2.pc Makefile loaders/Makefile src/Makefile test/Makefile \ filters/Makefile demo/Makefile doc/Makefile libltdl/Makefile \ - ]) + ],[ + chmod +x imlib2-config + ])