File: test-icu-config.sh

package info (click to toggle)
firefox 144.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,637,504 kB
  • sloc: cpp: 7,576,692; javascript: 6,430,831; ansic: 3,748,119; python: 1,398,978; xml: 628,810; asm: 438,679; java: 186,194; sh: 63,212; makefile: 19,159; objc: 13,086; perl: 12,986; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 53; csh: 10
file content (50 lines) | stat: -rwxr-xr-x 1,435 bytes parent folder | download | duplicates (65)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/sh
## -*-sh-*-
## Copyright (C) 2016 and later: Unicode, Inc. and others.
## License & terms of use: http://www.unicode.org/copyright.html
## Copyright (c) 2002, International Business Machines Corporation and
## others. All Rights Reserved.
#
# Just a script to test out icu-config.
#

set -x
which icu-config
icu-config
icu-config -?
icu-config --BAD ARGUMENT
icu-config --bindir               
icu-config --cflags               
icu-config --cxx
icu-config --cc
icu-config --cxxflags               
icu-config --cppflags               
icu-config --cppflags-searchpath
icu-config --incpath
icu-config --invoke
icu-config --invoke=genrb
icu-config --invoke=./myapp
icu-config --invoke=/path/to/myapp
icu-config --ldflags                 
icu-config --ldflags-searchpath
icu-config --ldflags-libsonly
icu-config --ldflags-system          
icu-config --ldflags-ustdio          
icu-config --exec-prefix               
icu-config --prefix               
icu-config --sbindir              
icu-config --sysconfdir
icu-config --mandir
icu-config --icudata
icu-config --icudatadir
icu-config --icudata-mode
icu-config --icudata-install-dir
icu-config --shared-datadir
icu-config --unicode-version      
icu-config --version              
# should fail
icu-config --prefix=/tmp --bindir
# following needs to point to an alternate path that will work 
icu-config --prefix=/Users/srl/II --cflags
icu-config --detect-prefix --ldflags