summaryrefslogtreecommitdiff
path: root/popt/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'popt/configure.in')
-rwxr-xr-xpopt/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/popt/configure.in b/popt/configure.in
index b01dbbb61..8f64fdcab 100755
--- a/popt/configure.in
+++ b/popt/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])