oops, incomplete fix - duplicate variable init outside of AC_CONFIG_COMMANDS :(
This commit is contained in:
parent
8d4123f70d
commit
624771c921
1 changed files with 4 additions and 0 deletions
|
@ -730,6 +730,10 @@ fi
|
|||
# Tune gettext stuff for our needs #
|
||||
#######################################################################
|
||||
|
||||
case $srcdir in
|
||||
/*) topdir=$srcdir ;;
|
||||
*) topdir=`pwd`/$srcdir ;;
|
||||
esac
|
||||
for domain in `grep ^SUBDIRS $srcdir/po/Makefile.am | cut -d= -f2`
|
||||
do
|
||||
# Symlinks to the single copy of Makefile.in.in
|
||||
|
|
Loading…
Add table
Reference in a new issue