Changeset 176f12 in git for xalloc/configure.ac
- Timestamp:
- Aug 29, 2012, 6:05:41 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f284db60abd29db5bed239271c0b6f6b1b680996
- Parents:
- a42a812f2de4c6d3a667835ff9b0ab7667856539
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-29 18:05:41+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-07 19:51:24+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xalloc/configure.ac
ra42a81 r176f12 5 5 6 6 AM_MAINTAINER_MODE 7 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects -Werror silent-rules -Wno-extra-portability])7 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects silent-rules]) # -Wno-extra-portability -Werror 8 8 9 9 AC_PROG_MAKE_SET … … 20 20 LT_INIT 21 21 22 AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes) 23 22 24 AC_CONFIG_FILES([Makefile]) 23 25 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.