Changeset 202 for libcaca/trunk/configure.ac
- Timestamp:
- Nov 20, 2003, 5:54:04 PM (19 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk
- Property svn:ignore
-
old new 12 12 *-stamp 13 13 INSTALL 14 caca-config
-
- Property svn:ignore
-
libcaca/trunk/configure.ac
r190 r202 59 59 CFLAGS="${CFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare" 60 60 61 # Build the PIC library? 62 case "${target_os}" in 63 *mingw32* | *cygwin*) 64 NEED_PIC=false 65 ;; 66 *) 67 NEED_PIC=: 68 ;; 69 esac 70 71 AM_CONDITIONAL(NEED_PIC, ${NEED_PIC}) 72 61 73 AC_OUTPUT([ 62 74 Makefile … … 65 77 autotools/Makefile 66 78 debian/Makefile 79 caca-config 80 ],[ 81 chmod 0755 caca-config 67 82 ]) 68 83
Note: See TracChangeset
for help on using the changeset viewer.