diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 1ac1f9aa9eb..ebc896a4d52 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -29,7 +29,7 @@ configname=@configuration@ | |||
| 29 | # subdirectories of this directory. The default values for many of | 29 | # subdirectories of this directory. The default values for many of |
| 30 | # the variables below are expressed in terms of this one, so you may | 30 | # the variables below are expressed in terms of this one, so you may |
| 31 | # not need to change them. This is set with the --prefix option to | 31 | # not need to change them. This is set with the --prefix option to |
| 32 | @ `../configure'. | 32 | # `../configure'. |
| 33 | prefix=@prefix@ | 33 | prefix=@prefix@ |
| 34 | 34 | ||
| 35 | # Like `prefix', but used for architecture-specific files. This is | 35 | # Like `prefix', but used for architecture-specific files. This is |
| @@ -68,7 +68,7 @@ archlibdir=@archlibdir@ | |||
| 68 | 68 | ||
| 69 | # ==================== Utility Programs for the Build ==================== | 69 | # ==================== Utility Programs for the Build ==================== |
| 70 | 70 | ||
| 71 | @ ../configure figures out the correct values for these. | 71 | # ../configure figures out the correct values for these. |
| 72 | INSTALL = @INSTALL@ | 72 | INSTALL = @INSTALL@ |
| 73 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 73 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 74 | INSTALL_DATA = @INSTALL_DATA@ | 74 | INSTALL_DATA = @INSTALL_DATA@ |