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.
14 lines
434 B
14 lines
434 B
Index: configure.in.in
|
|
===================================================================
|
|
--- configure.in.in.orig
|
|
+++ configure.in.in
|
|
@@ -17,7 +17,7 @@ AC_CANONICAL_SYSTEM
|
|
AC_ARG_PROGRAM
|
|
|
|
dnl Automake doc recommends to do this only here. (Janos)
|
|
-AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
|
+AM_INIT_AUTOMAKE("kdelibs", @VERSION@) dnl searches for some needed programs
|
|
|
|
AM_MAINTAINER_MODE
|
|
|