diff options
| author | Jim Blandy | 1992-04-01 11:14:15 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-04-01 11:14:15 +0000 |
| commit | 08564963293aac2ea90a3dee54f48ded962238eb (patch) | |
| tree | 4424e2ded321dd8606dabc4ef00a6f058108725b /src/config.in | |
| parent | ca1d1d23251bc8f159d0131d345702aabf2dd078 (diff) | |
| download | emacs-08564963293aac2ea90a3dee54f48ded962238eb.tar.gz emacs-08564963293aac2ea90a3dee54f48ded962238eb.zip | |
*** empty log message ***
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in index f4d53973939..be3cc0dbda5 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -95,14 +95,14 @@ and this notice must be preserved on all copies. */ | |||
| 95 | 95 | ||
| 96 | /* The configuration script links system.h to a s- file that describes | 96 | /* The configuration script links system.h to a s- file that describes |
| 97 | the system type you are using. | 97 | the system type you are using. |
| 98 | See the file ../share-lib/MACHINES for a list of systems and | 98 | See the file ../etc/MACHINES for a list of systems and |
| 99 | the names of the s- files to use for them. | 99 | the names of the s- files to use for them. |
| 100 | See s-template.h for documentation on writing s- files. */ | 100 | See s-template.h for documentation on writing s- files. */ |
| 101 | #include "@opsystem@" | 101 | #include "@opsystem@" |
| 102 | 102 | ||
| 103 | /* The configuration script links machine.h to a m- file that | 103 | /* The configuration script links machine.h to a m- file that |
| 104 | describes the machine and system you use. | 104 | describes the machine and system you use. |
| 105 | See the file ../share-lib/MACHINES for a list of machines and | 105 | See the file ../etc/MACHINES for a list of machines and |
| 106 | the names of the m- files to use for them. | 106 | the names of the m- files to use for them. |
| 107 | See m-template.h for info on what m- files should define. */ | 107 | See m-template.h for info on what m- files should define. */ |
| 108 | #include "@machine@" | 108 | #include "@machine@" |