From dbf444268cbc330807330ad559fd3a1474b3156c Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 22 Oct 1998 18:41:04 +0000 Subject: [PATCH] added po/Makefile.in CVS patchset: 2480 CVS date: 1998/10/22 18:41:04 --- popt/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popt/configure.in b/popt/configure.in index 34bd278..b01dbbb 100755 --- a/popt/configure.in +++ b/popt/configure.in @@ -59,4 +59,4 @@ AC_CHECK_FUNC(setreuid, [], [ AC_CHECK_LIB(ucb, setreuid, [if echo $LIBS | grep -- -lucb >/dev/null ;then :; else LIBS="$LIBS -lc -lucb" USEUCB=y;fi]) ]) -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile po/Makefile) -- 2.7.4