File: rebuild

package info (click to toggle)
libzia 4.36-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,320 kB
  • sloc: ansic: 24,172; sh: 4,408; makefile: 211
file content (27 lines) | stat: -rwxr-xr-x 450 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
26
27
#!/bin/bash
set -e
set -x
rm -f config.log config.cache config.h
touch config.h.in

libtoolize --force --copy
aclocal
automake --add-missing -c
autoreconf
./configure
make clean
make


#aclocal 
#libtoolize --force --copy
#automake --add-missing
#automake -c -a
#
#dirs=`grep ^SUBDIRS Makefile.am|sed 's/.*=//'`
#for dir in $dirs; do
#    echo automake $dir/Makefile
#    automake $dir/Makefile
#done
#
#autoconf && ./configure && make clean && make