Changeset e078e0 in git for libpolys/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
-
libpolys/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 AM_PROG_CC_C_O 35 AC_PROG_LN_S 36 AC_PROG_INSTALL 37 38 # AM_PROG_AR 34 39 # Turn off shared libraries during beta-testing, since they 35 40 # make the build process take too long. … … 37 42 # ([shared]) 38 43 # LT_INIT(dlopen disable-static) # doesn't work on PowerPC! 39 40 AM_PROG_CC_C_O41 AC_PROG_LN_S42 AC_PROG_INSTALL43 44 44 45 # Checks for libraries.
Note: See TracChangeset
for help on using the changeset viewer.