blob: 7c79d9ebd6b36775ca555f956f3cd87f208cff4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
diff -Naur aumix-2.8.orig/configure aumix-2.8/configure
--- aumix-2.8.orig/configure 2002-11-24 17:35:48.000000000 -0800
+++ aumix-2.8/configure 2002-11-24 17:35:48.000000000 -0800
@@ -3801,10 +3801,6 @@
USE_INCLUDED_LIBINTL=no
-USE_NLS=yes
-
-
-
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
diff -Naur aumix-2.8.orig/configure.in aumix-2.8/configure.in
--- aumix-2.8.orig/configure.in 2002-11-24 17:04:16.000000000 -0800
+++ aumix-2.8/configure.in 2002-11-24 17:04:16.000000000 -0800
@@ -240,9 +240,6 @@
USE_INCLUDED_LIBINTL=no
AC_SUBST(USE_INCLUDED_LIBINTL)
-USE_NLS=yes
-AC_SUBST(USE_NLS)
-
dnl AC_OUTPUT(Makefile)
dnl AC_OUTPUT([Makefile intl/Makefile.in po/Makefile.in],
dnl [AUMIX_PROCESS_PO test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
|