File: genConfigureFiles.sh

package info (click to toggle)
libtk-img 1%3A1.4.14%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 40,868 kB
  • sloc: ansic: 209,234; sh: 14,737; tcl: 7,135; makefile: 2,151; cpp: 1,938; ada: 1,681; pascal: 1,139; cs: 879; awk: 782; asm: 770; perl: 104; xml: 95
file content (26 lines) | stat: -rwxr-xr-x 1,338 bytes parent folder | download | duplicates (2)
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
#!/bin/sh
autoconf ; rm -r autom4te.cache
pushd base   ; autoconf ; rm -r autom4te.cache ; popd
pushd bmp    ; autoconf ; rm -r autom4te.cache ; popd
pushd dted   ; autoconf ; rm -r autom4te.cache ; popd
pushd flir   ; autoconf ; rm -r autom4te.cache ; popd
pushd gif    ; autoconf ; rm -r autom4te.cache ; popd
pushd ico    ; autoconf ; rm -r autom4te.cache ; popd
pushd jpeg   ; autoconf ; rm -r autom4te.cache ; popd
pushd libjpeg; autoconf ; rm -r autom4te.cache ; popd
pushd libpng ; autoconf ; rm -r autom4te.cache ; popd
pushd libtiff; autoconf ; rm -r autom4te.cache ; popd
pushd pcx    ; autoconf ; rm -r autom4te.cache ; popd
pushd pixmap ; autoconf ; rm -r autom4te.cache ; popd
pushd png    ; autoconf ; rm -r autom4te.cache ; popd
pushd ppm    ; autoconf ; rm -r autom4te.cache ; popd
pushd ps     ; autoconf ; rm -r autom4te.cache ; popd
pushd raw    ; autoconf ; rm -r autom4te.cache ; popd
pushd sgi    ; autoconf ; rm -r autom4te.cache ; popd
pushd sun    ; autoconf ; rm -r autom4te.cache ; popd
pushd tga    ; autoconf ; rm -r autom4te.cache ; popd
pushd tiff   ; autoconf ; rm -r autom4te.cache ; popd
pushd window ; autoconf ; rm -r autom4te.cache ; popd
pushd xbm    ; autoconf ; rm -r autom4te.cache ; popd
pushd xpm    ; autoconf ; rm -r autom4te.cache ; popd
pushd zlib   ; autoconf ; rm -r autom4te.cache ; popd