~laney/bamf/multiple-xdg-current-desktop-values

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Michael Terry
  • Date: 2012-11-07 19:51:56 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: michael.terry@canonical.com-20121107195156-kmeyv5qjm3g8704u
switch to dh9

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
REQUIRED_MACROS="python.m4"
11
11
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
12
12
 
13
 
(test -f $srcdir/configure.in) || {
 
13
(test -f $srcdir/configure.ac) || {
14
14
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
15
15
    echo " top-level $PKG_NAME directory"
16
16
    exit 1