forked from pool/libedit
3baddaf396
- Link with ncurses6w instead of ncurses5 - Do not inject artificial dependencies on other packages OBS-URL: https://build.opensuse.org/request/show/77511 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=36
25 lines
1018 B
Diff
25 lines
1018 B
Diff
--- aclocal.m4.orig 2010-04-24 23:29:53.000000000 +0200
|
|
+++ aclocal.m4 2010-04-24 23:30:29.000000000 +0200
|
|
@@ -13,8 +13,8 @@
|
|
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
|
|
-[m4_warning([this file was generated for autoconf 2.65.
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.60],,
|
|
+[m4_warning([this file was generated for autoconf 2.60.
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
|
If you have problems, you may need to regenerate the build system entirely.
|
|
To do so, use the procedure documented by the package, typically `autoreconf'.])])
|
|
--- configure.ac.orig 2010-04-24 23:30:34.000000000 +0200
|
|
+++ configure.ac 2010-04-24 23:30:42.000000000 +0200
|
|
@@ -9,7 +9,7 @@
|
|
# "./configure --disable-silent-rules" or "make V=1"
|
|
#
|
|
|
|
-AC_PREREQ(2.65)
|
|
+AC_PREREQ(2.60)
|
|
AC_INIT(libedit, [EL_RELEASE],, libedit-[EL_TIMESTAMP])
|
|
AC_CONFIG_SRCDIR([src/strlcat.c])
|
|
AC_CONFIG_HEADER([config.h])
|