You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/e16menuedit2/files/e16menuedit2-autotools.patch

31 lines
607 B

--- a/Makefile.am
+++ b/Makefile.am
@@ -2,15 +2,8 @@
SUBDIRS = src po pixmaps help
-e16menuedit2docdir = ${prefix}/${packagedocdir}
-e16menuedit2doc_DATA = \
- README\
- COPYING\
- AUTHORS\
- ChangeLog\
- INSTALL\
- NEWS\
- TODO
+e16menuedit2docdir = ${prefix}
+e16menuedit2doc_DATA =
GLADE_FILES = e16menuedit2.glade
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(configure.in)
+AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(e16menuedit2, 0.0.3)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE