[Python-checkins] r61097 - python/branches/libffi3-branch/Modules/_ctypes/libffi/configure python/branches/libffi3-branch/Modules/_ctypes/libffi/configure.ac

thomas.heller python-checkins at python.org
Wed Feb 27 12:13:39 CET 2008


Author: thomas.heller
Date: Wed Feb 27 12:13:38 2008
New Revision: 61097

Modified:
   python/branches/libffi3-branch/Modules/_ctypes/libffi/configure
   python/branches/libffi3-branch/Modules/_ctypes/libffi/configure.ac
Log:
Remove unneeded files from configure.ac.

Modified: python/branches/libffi3-branch/Modules/_ctypes/libffi/configure
==============================================================================
--- python/branches/libffi3-branch/Modules/_ctypes/libffi/configure	(original)
+++ python/branches/libffi3-branch/Modules/_ctypes/libffi/configure	Wed Feb 27 12:13:38 2008
@@ -22724,7 +22724,7 @@
 ac_config_links="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
 
 
-ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc"
+ac_config_files="$ac_config_files include/ffi.h"
 
 
 ac_config_links="$ac_config_links include/ffi_common.h:include/ffi_common.h"
@@ -23516,12 +23516,7 @@
     "include") CONFIG_COMMANDS="$CONFIG_COMMANDS include" ;;
     "src") CONFIG_COMMANDS="$CONFIG_COMMANDS src" ;;
     "include/ffitarget.h") CONFIG_LINKS="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
-    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
     "include/ffi.h") CONFIG_FILES="$CONFIG_FILES include/ffi.h" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
-    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
-    "libffi.pc") CONFIG_FILES="$CONFIG_FILES libffi.pc" ;;
     "include/ffi_common.h") CONFIG_LINKS="$CONFIG_LINKS include/ffi_common.h:include/ffi_common.h" ;;
     "fficonfig.py") CONFIG_FILES="$CONFIG_FILES fficonfig.py" ;;
 

Modified: python/branches/libffi3-branch/Modules/_ctypes/libffi/configure.ac
==============================================================================
--- python/branches/libffi3-branch/Modules/_ctypes/libffi/configure.ac	(original)
+++ python/branches/libffi3-branch/Modules/_ctypes/libffi/configure.ac	Wed Feb 27 12:13:38 2008
@@ -390,7 +390,7 @@
 esac
 AC_CONFIG_LINKS(include/ffitarget.h:src/$TARGETDIR/ffitarget.h)
 
-AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc)
+AC_CONFIG_FILES(include/ffi.h)
 
 AC_CONFIG_LINKS(include/ffi_common.h:include/ffi_common.h)
 


More information about the Python-checkins mailing list