|
Check-in Number:
|
5059 | |
| Date: |
2000-Jul-25 13:45:12 (local)
2000-Jul-25 11:45:12 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
Add configure helper |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/iselect/.configure -> 1.1
*** /dev/null Wed Nov 19 10:45:46 2025
--- - Wed Nov 19 10:46:41 2025
***************
*** 0 ****
--- 1,8 ----
+ #!/bin/sh
+ CC=cc
+ export CC
+ exec ./configure \
+ --prefix=/sw/pkg/iselect \
+ --with-incdir=/sw/pkg/ncurses/include \
+ --with-libdir=/sw/pkg/ncurses/lib \
+ "$@"
|
|