File: autogen.rc

package info (click to toggle)
libksba 1.6.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: ansic: 23,601; sh: 5,263; yacc: 859; makefile: 292; sed: 37; awk: 32
file content (25 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# autogen.sh configuration for GnuPG                           -*- sh -*-

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

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

  amd64)
    configure_opts=""
    ;;
esac


extra_aclocal_flags="-I gl/m4"

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