[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#267811: Bug #267811 - libglade0-dev: aclocal-1.8 warns about libglade.m4



This small patch fix the aclocal warning as reported in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267811

diff -uNr /usr/share/debianaclocal/libglade.m4 /usr/share/aclocal/libglade.m4
--- /usr/share/debianaclocal/libglade.m4        2005-04-19 01:22:44.000000000 +0200
+++ /usr/share/aclocal/libglade.m4      2005-04-19 01:28:45.000000000 +0200
@@ -4,7 +4,7 @@
 dnl AM_PATH_LIBGLADE([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
 dnl Test to see if libglade is installed, and define LIBGLADE_CFLAGS, LIBS
 dnl
-AC_DEFUN(AM_PATH_LIBGLADE,
+AC_DEFUN([AM_PATH_LIBGLADE],
 [dnl
 dnl Get the cflags and libraries from the libglade-config script
 dnl


Making this diff i also had this :
@@ -46,4 +46,4 @@
 fi
 AC_SUBST(LIBGLADE_CFLAGS)
 AC_SUBST(LIBGLADE_LIBS)
-])
\ Pas de fin de ligne à la fin du fichier.
+])

Could you had a newline at the end of the file ?

Regards
Alban




Reply to: