Overview
Comment: | Add a check for install in the example configure.ac. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fa228a20875ee5f6b9101d8b6d4bc4f9 |
User & Date: | js on 2011-09-21 19:34:26 |
Other Links: | manifest | tags |
Context
2011-10-12
| ||
14:56 | Fix usage of ar instead of ${AR}. check-in: c2b09b2ecf user: js tags: trunk | |
2011-09-21
| ||
19:34 | Add a check for install in the example configure.ac. check-in: fa228a2087 user: js tags: trunk | |
19:33 | Add a default autogen.sh. check-in: 1e891c8f56 user: js tags: trunk | |
Changes
Modified configure.ac from [768e516457] to [765a32b9bb].
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | dnl Specifies where your sources are. AC_CONFIG_SRCDIR(src) dnl If your package uses C, you want a C compiler and a C preprocessor AC_PROG_CC AC_PROG_CPP dnl The buildsys might require ln -s to install libraries. dnl Uncomment if you are compiling a library. dnl AC_PROG_LN_S dnl If you want to build static libraries (for example build part of your dnl project as a static library and link it to the final program later so you | > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | dnl Specifies where your sources are. AC_CONFIG_SRCDIR(src) dnl If your package uses C, you want a C compiler and a C preprocessor AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL dnl The buildsys might require ln -s to install libraries. dnl Uncomment if you are compiling a library. dnl AC_PROG_LN_S dnl If you want to build static libraries (for example build part of your dnl project as a static library and link it to the final program later so you |
︙ | ︙ |