summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjbj <jbj>1998-10-22 19:39:12 +0000
committerjbj <jbj>1998-10-22 19:39:12 +0000
commit606ccf6d27e6d201202067e49b66cba93bd07163 (patch)
tree7427480bb2c7bdb4d02c2b8c4567d1b0e38ff3a1 /configure.in
parent44c957adbe9db1edcb59733fc95ee180ca9a3abf (diff)
downloadlibpopt-606ccf6d27e6d201202067e49b66cba93bd07163.tar.gz
Check in to test "make archive".popt-1_1_1
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b01dbbb..8f64fdc 100755
--- a/configure.in
+++ b/configure.in
@@ -59,4 +59,5 @@ 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 po/Makefile)
+AC_OUTPUT([Makefile po/Makefile.in],
+ [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])