forked from pool/giflib
I setup openSUSE:Factory:Staging:giflib5 and reverted the giflib update OBS-URL: https://build.opensuse.org/request/show/158654 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=24
18 lines
601 B
Diff
18 lines
601 B
Diff
Index: b/configure.ac
|
|
===================================================================
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -5,11 +5,11 @@ AM_INIT_AUTOMAKE([gnu dist-bzip2 -Wall])
|
|
dnl Make builds less verbose. Shuts off Makefile portability checks.
|
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
|
|
|
dnl Note: config.h is not used in the current build
|
|
dnl We leave this in place only to suppress an error message at autogen time
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
dnl Checks for programs.
|
|
AC_PROG_CC_STDC
|
|
AC_USE_SYSTEM_EXTENSIONS
|