]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fixes in libopts compilation
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 6 Nov 2013 12:37:15 +0000 (13:37 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 6 Nov 2013 12:37:15 +0000 (13:37 +0100)
configure.ac
src/libopts/Makefile.am

index bc9ba4aa39fced869c6ab417f7ce8bad443a70d6..4459b94fee2e30c7156a46ff3194f621cdedf02f 100644 (file)
@@ -40,6 +40,7 @@ gl_EARLY
 AM_PROG_AS
 AM_PROG_AR
 AC_PROG_CXX
+AM_PROG_CC_C_O
 AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [/bin/true])
 
 if test x"$AUTOGEN" = "x/bin/true"; then
index 1a9771de259af8846fd139992d8443949c814d30..5ff852a404e13e1beb8422314160c8ba2f276bd0 100644 (file)
@@ -1,11 +1,11 @@
 ## LIBOPTS Makefile
 MAINTAINERCLEANFILES    = Makefile.in
 
-noinst_LTLIBRARIES      = libopts.a
+noinst_LIBRARIES      = libopts.a
 
-libopts_la_SOURCES      = libopts.c
-libopts_la_CPPFLAGS     = -I$(top_srcdir)
-libopts_la_LIBADD       = $(LTLIBINTL)
+libopts_a_SOURCES      = libopts.c
+libopts_a_CPPFLAGS     = -I$(top_srcdir)
+libopts_a_LIBADD       = $(LTLIBINTL)
 
 EXTRA_DIST              = \
     ag-char-map.h           alias.c                 ao-strs.c  \