gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28633 - in gnunet: . po


From: gnunet
Subject: [GNUnet-SVN] r28633 - in gnunet: . po
Date: Wed, 14 Aug 2013 22:11:52 +0200

Author: grothoff
Date: 2013-08-14 22:11:52 +0200 (Wed, 14 Aug 2013)
New Revision: 28633

Modified:
   gnunet/configure.ac
   gnunet/po/Makefile.in.in
Log:
-fixing #2999

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2013-08-14 20:05:01 UTC (rev 28632)
+++ gnunet/configure.ac 2013-08-14 20:11:52 UTC (rev 28633)
@@ -505,6 +505,10 @@
 # Check for headers that are ALWAYS required
 AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h limits.h stdio.h stdlib.h 
string.h unistd.h stdarg.h signal.h locale.h sys/stat.h 
sys/types.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX headers 
files]))
 
+
+# Check for libltdl header (#2999)
+AC_CHECK_HEADERS([ltdl.h],,AC_MSG_ERROR([Compiling GNUnet requires libltdl 
headers (try installing libltdl-dev)]))
+
 # Checks for headers that are only required on some systems or opional (and 
where we do NOT abort if they are not there)
 AC_CHECK_HEADERS([malloc.h malloc/malloc.h langinfo.h sys/param.h sys/mount.h 
sys/statvfs.h sys/select.h sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h 
fcntl.h libintl.h netdb.h netinet/in.h netinet/in_systm.h netinet/ip.h 
sys/ioctl.h sys/socket.h sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h 
sys/file.h sys/resource.h ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h 
argz.h ucred.h endian.h sys/endian.h execinfo.h])
 

Modified: gnunet/po/Makefile.in.in
===================================================================
--- gnunet/po/Makefile.in.in    2013-08-14 20:05:01 UTC (rev 28632)
+++ gnunet/po/Makefile.in.in    2013-08-14 20:11:52 UTC (rev 28633)
@@ -139,8 +139,7 @@
          --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
          --files-from=$(srcdir)/POTFILES.in \
          --copyright-holder='$(COPYRIGHT_HOLDER)' \
-         --msgid-bugs-address="$$msgid_bugs_address" \
-         --from-code=UTF-8
+         --msgid-bugs-address="$$msgid_bugs_address"
        test ! -f $(DOMAIN).po || { \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
            sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > 
$(DOMAIN).1po && \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]