cvs: gd(GD_2_0) /libgd/src configure.ac

[email protected] ("Takeshi Abe") Mon, 06 Jul 2009 04:02:15 -0000
Newsgroups php.gd.cvs
Message-ID <cvstabe1246852935@cvsserver>
tabe		Mon Jul  6 04:02:15 2009 UTC

  Modified files:              (Branch: GD_2_0)
    /gd/libgd/src	configure.ac 
  Log:
  fixed missing Makefiles
  
http://cvs.php.net/viewvc.cgi/gd/libgd/src/configure.ac?r1=1.32.2.8&r2=1.32.2.9&diff_format=u
Index: gd/libgd/src/configure.ac
diff -u gd/libgd/src/configure.ac:1.32.2.8 gd/libgd/src/configure.ac:1.32.2.9
--- gd/libgd/src/configure.ac:1.32.2.8	Wed Oct 22 08:16:38 2008
+++ gd/libgd/src/configure.ac	Mon Jul  6 04:02:14 2009
@@ -546,6 +546,45 @@
    Support for pthreads:             $acx_pthread_ok
 ])
 
-AC_CONFIG_FILES([Makefile config/Makefile config/gdlib-config test/Makefile tests/Makefile tests/gd2/Makefile tests/gdimagecolordeallocate/Makefile tests/gdimagecolortransparent/Makefile tests/gdimagefill/Makefile tests/gdimagefilltoborder/Makefile tests/gdtest/Makefile tests/jpeg/Makefile tests/gdimagearc/Makefile tests/gdimagecolorexact/Makefile tests/gdimagecopy/Makefile tests/gdimagefilledellipse/Makefile tests/gdimageline/Makefile tests/gdtiled/Makefile tests/freetype/Makefile tests/gdimagecolorclosest/Makefile tests/gdimagecolorresolve/Makefile tests/gdimagecopyrotated/Makefile tests/gdimagefilledrectangle/Makefile tests/gdimagerectangle/Makefile tests/gif/Makefile tests/png/Makefile tests/xpm/Makefile VMS/Makefile windows/Makefile netware/Makefile netware/tests/Makefile cmake/Makefile cmake/modules/Makefile ])
+AC_CONFIG_FILES([Makefile 
+                 config/Makefile
+                 config/gdlib-config
+                 test/Makefile
+                 tests/Makefile
+                 tests/gdtest/Makefile
+                 tests/freetype/Makefile
+                 tests/gd/Makefile
+                 tests/gd2/Makefile
+                 tests/gdimagearc/Makefile
+                 tests/gdimagecolorclosest/Makefile
+                 tests/gdimagecolordeallocate/Makefile
+                 tests/gdimagecolorexact/Makefile
+                 tests/gdimagecolorresolve/Makefile
+                 tests/gdimagecolortransparent/Makefile
+                 tests/gdimagecopy/Makefile
+                 tests/gdimagecopyrotated/Makefile
+                 tests/gdimagefill/Makefile
+                 tests/gdimagefilledellipse/Makefile
+                 tests/gdimagefilledrectangle/Makefile
+                 tests/gdimagefilltoborder/Makefile
+                 tests/gdimageline/Makefile
+                 tests/gdimagerectangle/Makefile
+                 tests/gdimagesetpixel/Makefile
+                 tests/gdimagestringft/Makefile
+                 tests/gdimagestringftex/Makefile
+                 tests/gdnewfilectx/Makefile
+                 tests/gdtiled/Makefile
+                 tests/gif/Makefile
+                 tests/jpeg/Makefile
+                 tests/png/Makefile
+                 tests/wbmp/Makefile
+                 tests/xpm/Makefile
+                 VMS/Makefile
+                 windows/Makefile
+                 netware/Makefile
+                 netware/tests/Makefile
+                 cmake/Makefile
+                 cmake/modules/Makefile
+])
 
 AC_OUTPUT