summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-05 20:23:00 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-05 20:23:00 +0200
commit50aba23f1174b210f0cb2aa5e9ba1a8e58a6b0b6 (patch)
treed1ea9771d2ad8ba77c4c49a88990fd31d39ee51a
parented0914737e8bda2c1ccb0509f1a93633f21ce7a3 (diff)
minor updates
-rw-r--r--Makefile.am5
-rw-r--r--configure.ac17
2 files changed, 12 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 05ecb60..30b014c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with paprefs. If not, see <http://www.gnu.org/licenses/>.
-EXTRA_DIST= config.rpath m4/ChangeLog \
+EXTRA_DIST = \
+ m4/ChangeLog \
bootstrap.sh \
README \
LICENSE \
@@ -43,7 +44,7 @@ homepage: all dist
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
- intltool-update
+ intltool-update
fedora-snapshot: dist
cp $(distdir).tar.gz $$HOME/cvs.fedora/paprefs/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
diff --git a/configure.ac b/configure.ac
index 106ab33..35cb875 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,16 +69,17 @@ AM_CONDITIONAL([USE_LYNX], [test "x$lynx" = xyes])
AM_GNU_GETTEXT([external])
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=paprefs
-AC_SUBST([GETTEXT_PACKAGE])
-AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
-AM_GLIB_GNU_GETTEXT
+AC_SUBST([GETTEXT_PACKAGE])
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
+AM_GLIB_GNU_GETTEXT
-AC_CONFIG_FILES([ po/Makefile.in
-Makefile
-src/Makefile
-doc/Makefile
+AC_CONFIG_FILES([
+po/Makefile.in
+Makefile
+src/Makefile
+doc/Makefile
doc/README.html])
AC_OUTPUT