File: autogen.rc

package info (click to toggle)
libgpg-error 1.26-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 5,196 kB
  • sloc: ansic: 15,712; sh: 12,581; makefile: 397; awk: 333; lisp: 138; sed: 16
file content (21 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# autogen.sh configuration for libgpg-error                   -*- sh -*-

case "$myhost:$myhostsub" in
  w32:ce)
    extraoptions=
    ;;
  w32:64)
    extraoptions=
    ;;
  w32:)
    extraoptions=
    ;;
esac

case "$myhost" in
  w32)
    configure_opts=
    ;;
esac

final_info="./configure --enable-maintainer-mode && make"