sdlpango (0.1.2-6) am_maintainer_mode.patch

Summary

 configure.in |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

--- sdlpango-0.1.2.orig/configure.in
+++ sdlpango-0.1.2/configure.in
@@ -1,6 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(README)
+AM_MAINTAINER_MODE
 
 # Set various version strings - taken gratefully from the GTk sources