mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| dnl glibc configure fragment for libidn add-on
 | |
| GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 | |
| 
 | |
| libc_add_on_canonical=
 | |
| 
 | |
| AS_IF([test "$shared" = yes], [
 | |
|   libc_add_on_subdirs=.
 | |
| 
 | |
|   # Get this defined in config.h for main source code to test.
 | |
|   AC_DEFINE([HAVE_LIBIDN])
 | |
| ], [AC_MSG_WARN([libidn add-on ignored with --disable-shared])])
 |