@@ -241,7 +241,7 @@ longer:
241241- NeXT
242242- Irix 4 and --with-sgi-dl
243243- Linux 1
244- - Systems defining __d6_pthread_create (configure.in )
244+ - Systems defining __d6_pthread_create (configure.ac )
245245- Systems defining PY_PTHREAD_D4, PY_PTHREAD_D6,
246246 or PY_PTHREAD_D7 in thread_pthread.h
247247- Systems using --with-dl-dld
@@ -680,10 +680,10 @@ platforms, additional compiler and/or linker options are required for
680680threads to work properly. Below is a table of those options,
681681collected by Bill Janssen. We would love to automate this process
682682more, but the information below is not enough to write a patch for the
683- configure.in file, so manual intervention is required. If you patch
684- the configure.in file and are confident that the patch works, please
683+ configure.ac file, so manual intervention is required. If you patch
684+ the configure.ac file and are confident that the patch works, please
685685send in the patch. (Don't bother patching the configure script itself
686- -- it is regenerated each time the configure.in file changes.)
686+ -- it is regenerated each time the configure.ac file changes.)
687687
688688Compiler switches for threads
689689.............................
@@ -1201,7 +1201,7 @@ RISCOS/ Files specific to RISC OS port
12011201Tools/ Some useful programs written in Python
12021202pyconfig.h.in Source from which pyconfig.h is created (GNU autoheader output)
12031203configure Configuration shell script (GNU autoconf output)
1204- configure.in Configuration specification (input for GNU autoconf)
1204+ configure.ac Configuration specification (input for GNU autoconf)
12051205install-sh Shell script used to install files
12061206setup.py Python script used to build extension modules
12071207
0 commit comments