* debian/control:
+ Switched back to libelf; elfutils is rather non-free.
  * configure.ac:
    + Don't assume -lXt when checking for -lX11.
git-svn-id: svn://svn.zoy.org/elk/trunk@246 55e467fa-43c5-0310-a8a2-de718669efc6
			
			
This commit is contained in:
		
							parent
							
								
									b8b5170569
								
							
						
					
					
						commit
						b729d20c36
					
				| 
						 | 
				
			
			@ -490,7 +490,7 @@ AC_CHECK_LIB(X11, XOpenDisplay,
 | 
			
		|||
  X_CFLAGS="-I${x_includes}"
 | 
			
		||||
  X_LIBS="-lX11 -L${x_libraries}"],
 | 
			
		||||
 [ac_cv_my_have_x11=no],
 | 
			
		||||
 [[-lXt -L${x_libraries}]])
 | 
			
		||||
 [[-L${x_libraries}]])
 | 
			
		||||
AM_CONDITIONAL(HAVE_X11, test "${ac_cv_my_have_x11}" = "yes")
 | 
			
		||||
AC_SUBST(X_CFLAGS)
 | 
			
		||||
AC_SUBST(X_LIBS)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ Source: elk
 | 
			
		|||
Section: devel
 | 
			
		||||
Priority: optional
 | 
			
		||||
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
 | 
			
		||||
Build-Depends: debhelper (>= 3.0), groff, libelf1-dev, xlibs-dev, lesstif-dev, libgdbm-dev, libxaw7-dev
 | 
			
		||||
Build-Depends: debhelper (>= 3.0), groff, libelfg0-dev, xlibs-dev, lesstif-dev, libgdbm-dev, libxaw7-dev
 | 
			
		||||
Standards-Version: 3.6.1.0
 | 
			
		||||
 | 
			
		||||
Package: elk
 | 
			
		||||
| 
						 | 
				
			
			@ -36,7 +36,7 @@ Description: implementation of Scheme (the Extension Language Kit)
 | 
			
		|||
Package: libelk0-dev
 | 
			
		||||
Architecture: any
 | 
			
		||||
Section: libdevel
 | 
			
		||||
Depends: ${shlibs:Depends}, libelf1-dev, xlibs-dev
 | 
			
		||||
Depends: ${shlibs:Depends}, libelfg0-dev, xlibs-dev
 | 
			
		||||
Conflicts: elk (<< 3.99-1)
 | 
			
		||||
Replaces: elk (<< 3.99-1)
 | 
			
		||||
Description: development files for libelk0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue