File: autogen.sh

package info (click to toggle)
libcmis 0.5.1%2Bgit20160603-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,088 kB
  • ctags: 2,704
  • sloc: cpp: 23,427; xml: 4,499; makefile: 486; sh: 216; ansic: 111
file content (12 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

touch ChangeLog

if [ ! -e ltmain.sh ]; then
    libtoolize
fi

aclocal -I m4
automake -a -c --foreign
autoconf
test x$NOCONFIGURE = x && ./configure $@