[configure.in] Look for pango.pc.in instead of ChangeLog
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 16 Mar 2009 15:23:22 +0000 (11:23 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 16 Mar 2009 15:23:22 +0000 (11:23 -0400)
configure.in

index b02bbe5..1209d21 100644 (file)
@@ -41,7 +41,7 @@ m4_define([pango_module_version], [1.6.0])
 AC_INIT(pango, pango_version(),
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pango])
 
-AC_CONFIG_SRCDIR([ChangeLog])
+AC_CONFIG_SRCDIR([pango.pc.in])
 
 dnl -Wno-portability tells automake to stop complaining about the
 dnl usage of GNU Make specific features.