File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Misc/python-embed.pc
66
66
Misc /python-config.sh
67
67
Modules /Setup.config
68
68
Modules /Setup.local
69
+ Modules /Setup
69
70
Modules /config.c
70
71
Modules /ld_so_aix
71
72
Programs /_freeze_module
Original file line number Diff line number Diff line change @@ -749,12 +749,13 @@ oldsharedmods: $(SHAREDMODS) pybuilddir.txt
749
749
fi; \
750
750
done
751
751
752
-
752
+ Modules/Setup: $(srcdir)/Modules/Setup.in
753
+ ./config.status --file=$@
753
754
754
755
Makefile Modules/config.c: Makefile.pre \
755
756
$(srcdir)/Modules/config.c.in \
756
757
$(MAKESETUP) \
757
- $(srcdir)/ Modules/Setup \
758
+ Modules/Setup \
758
759
Modules/Setup.local
759
760
$(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
760
761
-s Modules \
File renamed without changes.
Original file line number Diff line number Diff line change @@ -21350,7 +21350,7 @@ fi
21350
21350
21351
21351
21352
21352
# generate output files
21353
- ac_config_files="$ac_config_files Makefile.pre Misc/python.pc Misc/python-embed.pc Misc/python-config.sh"
21353
+ ac_config_files="$ac_config_files Makefile.pre Misc/python.pc Misc/python-embed.pc Misc/python-config.sh Modules/Setup "
21354
21354
21355
21355
ac_config_files="$ac_config_files Modules/ld_so_aix"
21356
21356
@@ -22139,6 +22139,7 @@ do
22139
22139
"Misc/python.pc") CONFIG_FILES="$CONFIG_FILES Misc/python.pc" ;;
22140
22140
"Misc/python-embed.pc") CONFIG_FILES="$CONFIG_FILES Misc/python-embed.pc" ;;
22141
22141
"Misc/python-config.sh") CONFIG_FILES="$CONFIG_FILES Misc/python-config.sh" ;;
22142
+ "Modules/Setup") CONFIG_FILES="$CONFIG_FILES Modules/Setup" ;;
22142
22143
"Modules/ld_so_aix") CONFIG_FILES="$CONFIG_FILES Modules/ld_so_aix" ;;
22143
22144
22144
22145
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Original file line number Diff line number Diff line change 6147
6147
AC_SUBST ( TEST_MODULES )
6148
6148
6149
6149
# generate output files
6150
- AC_CONFIG_FILES ( Makefile.pre Misc/python.pc Misc/python-embed.pc Misc/python-config.sh )
6150
+ AC_CONFIG_FILES ( Makefile.pre Misc/python.pc Misc/python-embed.pc Misc/python-config.sh Modules/Setup )
6151
6151
AC_CONFIG_FILES ( [ Modules/ld_so_aix] , [ chmod +x Modules/ld_so_aix] )
6152
6152
AC_OUTPUT
6153
6153
You can’t perform that action at this time.
0 commit comments