File: autogen.sh

package info (click to toggle)
sympathy 1.2.1%2Bwoking%2Bcvs%2Bgit20161222
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 892 kB
  • ctags: 894
  • sloc: ansic: 7,496; sh: 4,024; perl: 374; makefile: 123; sed: 3
file content (32 lines) | stat: -rwxr-xr-x 626 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
27
28
29
30
31
32
#! /bin/sh
#
# bootstrap:
#
# Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
# All rights reserved.
#
# $Id: autogen.sh,v 1.2 2008/03/07 14:36:25 james Exp $
#
# $Log: autogen.sh,v $
# Revision 1.2  2008/03/07 14:36:25  james
# *** empty log message ***
#
# Revision 1.1  2008/03/07 14:32:55  james
# *** empty log message ***
#
# Revision 1.1  2008/02/03 16:20:24  james
# *** empty log message ***
#
#
#
#
#
libtoolize -f -c  --automake
aclocal
autoheader
autoconf
automake -a -c -Wno-portability
#automake -a -c Makefile
#automake -a -c src/Makefile
#automake -a -c apps/Makefile
#automake -a -c test/Makefile