buildsys  Check-in [a889f6f6fa]

Overview
Comment:Add missing BUILDSYS_INIT to example configure.ac.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a889f6f6fa5fd38294695d9942fe2411f35f40d904eba94fdf7b326fd7c1eb40
User & Date: js on 2011-04-23 17:15:28
Other Links: manifest | tags
Context
2011-04-23
17:23
Add support for Java and Windows RC files. check-in: fedf4f6ce2 user: js tags: trunk
17:15
Add missing BUILDSYS_INIT to example configure.ac. check-in: a889f6f6fa user: js tags: trunk
2011-03-24
15:56
Add STATIC_PIC_LIB. check-in: c2346ca5a2 user: js tags: trunk
Changes

Modified configure.ac from [1abf375e1b] to [768e516457].

33
34
35
36
37
38
39


40
41
42
43
44
45
46
dnl Uncomment the following line if you want to build a shared library.
dnl BUILDSYS_SHARED_LIB

dnl If your program uses plugins and should run on win32 as well, you need to
dnl uncomment the following line
dnl BUILDSYS_PROG_IMPLIB



dnl You need to call this to generate the .deps files required by the buildsys.
BUILDSYS_TOUCH_DEPS

dnl Set the name of your package here. It will be used in the default include
dnl paths for example. (Can be changed, see buildsys.mk.in for details.)
AC_SUBST(PACKAGE, name)








>
>







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
dnl Uncomment the following line if you want to build a shared library.
dnl BUILDSYS_SHARED_LIB

dnl If your program uses plugins and should run on win32 as well, you need to
dnl uncomment the following line
dnl BUILDSYS_PROG_IMPLIB

dnl We need this in order to run some initialization needed by the buildsys
BUILDSYS_INIT
dnl You need to call this to generate the .deps files required by the buildsys.
BUILDSYS_TOUCH_DEPS

dnl Set the name of your package here. It will be used in the default include
dnl paths for example. (Can be changed, see buildsys.mk.in for details.)
AC_SUBST(PACKAGE, name)