blob: 02ab222b2f93ce78aa62cea04955f4ddf6770f13 (
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
|
diff -urN a2ps-4.13.ORIG a2ps-4.13
--- a2ps-4.13.ORIG/ogonkify/configure.in 2000-01-07 21:19:55.000000000 +0900
+++ a2ps-4.13/ogonkify/configure.in 2003-09-16 06:33:29.000000000 +0900
@@ -53,7 +53,7 @@
dnl We need the IBM PFA files.
ad_IBMFONTS
-AC_CONFIG_FILES(composeglyphs, [chmod +x composeglyphs])
+dnl AC_CONFIG_FILES(composeglyphs, [chmod +x composeglyphs])
AC_OUTPUT(Makefile ogonkify.in
doc/Makefile
m4/Makefile)
diff -urN a2ps-4.13.ORIG a2ps-4.13
--- a2ps-4.13.ORIG/configure.in 2000-01-07 21:19:55.000000000 +0900
+++ a2ps-4.13/configure.in 2003-09-16 06:33:29.000000000 +0900
@@ -82,7 +82,7 @@
AC_TYPE_PID_T
AC_TYPE_SIGNAL
AC_STRUCT_TM
-AC_CHECK_MEMBERS((struct passwd.pw_gecos),,,
+dnl AC_CHECK_MEMBERS((struct passwd.pw_gecos),,,
[#if HAVE_PWD_H
# include <pwd.h>
#endif])
|