Skip to content

Commit

Permalink
Document LT_INIT [win32-dll] for deprecated AC_LIBTOOL_WIN32_DLL
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
wsfulton authored Dec 31, 2021
1 parent d0b73b0 commit 90db2f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,17 @@ work together, but with cccl you can make them become reluctant friends.
Autoconf requires a file called *configure.ac*, which on legacy projects may
still be called *configure.in*. In order to use autoconf and MSVC, make sure
the following line is in your *configure.ac* file:

```
AC_CANONICAL_HOST
```

If your *configure.ac* file contains a reference to `AM_PROG_LIBTOOL`, add the
following line *before* `AM_PROG_LIBTOOL`:
If your *configure.ac* file contains a reference to `LT_INIT`, add the `[win32-dll]` option:
```
LT_INIT [win32-dll]
```

Or if your *configure.ac* file is using the legacy, deprecated equivalent syntax and contains a reference to `AM_PROG_LIBTOOL`, add the
following line *before* `AM_PROG_LIBTOOL`:
```
AC_LIBTOOL_WIN32_DLL
```
Expand Down

0 comments on commit 90db2f8

Please sign in to comment.