remove -U in ls arguments in autogen.sh: doesn't work on OSX and we don't care the order. see #3822

This commit is contained in:
Yann Leboulanger 2008-04-08 16:21:53 +00:00
parent 8cb585a362
commit 7d8540a4a3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
fi
echo "[encoding: UTF-8]" > po/POTFILES.in \
&& ls -1 -U data/gajim.desktop.in.in data/glade/*.glade \
&& ls -1 data/gajim.desktop.in.in data/glade/*.glade \
src/*py src/common/*py src/common/zeroconf/*.py src/osx/*.py >> \
po/POTFILES.in || exit 1
if test -z `which pkg-config 2>/dev/null`;then