diff options
author | Yaakov Selkowitz <[email protected]> | 2013-04-05 02:17:49 -0500 |
---|---|---|
committer | Yaakov Selkowitz <[email protected]> | 2013-04-05 02:17:49 -0500 |
commit | 023b6482cdd9867575c0f83b757c15febeb5f2ed (patch) | |
tree | f205c4b20bda85ccbb90986f0d390fdc9d548435 /autogen.sh | |
parent | 6061c5529aae34df9b7baab65d528b383e816738 (diff) | |
download | python-caja-023b6482cdd9867575c0f83b757c15febeb5f2ed.tar.bz2 python-caja-023b6482cdd9867575c0f83b757c15febeb5f2ed.tar.xz |
Fix autotools deprecations
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME="python-caja" -(test -f $srcdir/configure.in) || { +(test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level $PKG_NAME directory" exit 1 |