File: autogen.rc

package info (click to toggle)
libgpg-error 1.59-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,744 kB
  • sloc: ansic: 29,735; sh: 5,625; makefile: 493; awk: 333; lisp: 138; sed: 53
file content (25 lines) | stat: -rw-r--r-- 432 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
22
23
24
25
# autogen.sh configuration for libgpg-error                   -*- sh -*-

display_name="Libgpg-error"
patches_to="gnupg-devel@gnupg.org"
#autogen_use_force=no

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

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

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