Changeset e078e0 in git for findexec/configure.ac
- Timestamp:
- Jul 19, 2012, 11:16:24 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 8291becc98d3d25da37d6e9f279807097eb3f450
- Parents:
- 91ecf187772d8c5893550eabd5abde87d2f29b9c
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-19 23:16:24+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-25 15:25:07+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
findexec/configure.ac
r91ecf18 re078e0 7 7 8 8 AM_MAINTAINER_MODE 9 AM_INIT_AUTOMAKE([-Wall foreign ])9 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects silent-rules]) # -Wno-extra-portability -Werror 10 10 11 11 dnl Check if build env is sane … … 32 32 fi 33 33 34 # Turn off shared libraries during beta-testing, since they 35 # make the build process take too long. 36 LT_INIT 37 # ([shared]) 38 # LT_INIT(dlopen disable-static) # doesn't work on PowerPC! 34 AM_PROG_CC_C_O 35 # AM_PROG_AR 39 36 40 AM_PROG_CC_C_O41 37 AC_PROG_LN_S 42 38 AC_PROG_INSTALL … … 47 43 AC_CHECK_FUNCS(readlink getcwd getwd setenv putenv) 48 44 49 50 51 45 # Checks for typedefs, structures, and compiler characteristics. 52 46 AC_C_CONST … … 54 48 AC_HEADER_STDBOOL 55 49 AC_TYPE_SIZE_T 50 51 # Turn off shared libraries during beta-testing, since they 52 # make the build process take too long. 53 LT_INIT 54 # ([shared]) 55 # LT_INIT(dlopen disable-static) # doesn't work on PowerPC! 56 56 57 57
Note: See TracChangeset
for help on using the changeset viewer.