~ubuntu-branches/debian/sid/pion/sid

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): Roberto C. Sanchez
  • Date: 2013-07-06 18:04:35 UTC
  • Revision ID: package-import@ubuntu.com-20130706180435-kejjzc1qpyz3qv6c
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
#
 
3
# This script initializes the GNU autotools environment for Pion
 
4
#
 
5
 
 
6
# DO NOT USE autoheader -> config.h.in file is NOT automanaged!!!
 
7
AUTOHEADER=`which true`
 
8
export AUTOHEADER
 
9
 
 
10
# Make sure m4 directory exists
 
11
if [ ! -d "m4" ]; then
 
12
  mkdir m4
 
13
fi
 
14
 
 
15
# Generate configure script
 
16
autoreconf -ifs