From 7c6026e3ba93d22bed1dca3c09c1eaaf21c28dda Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 9 Nov 2018 16:19:22 -0200 Subject: [PATCH] Ajustando para sub-módulos. --- autogen.sh | 2 +- configure.ac | 2 +- locale/pw3270.pot | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 0129c6a..909b6e6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -55,7 +55,7 @@ if test $? != 0 ; then exit -1 fi -NOCONFIGURE=1 ./submodules/lib3270/autogen.sh +NOCONFIGURE=1 ./modules/lib3270/autogen.sh echo "Package set to revision $PACKAGE_REVISION and source $PACKAGE_SOURCE" diff --git a/configure.ac b/configure.ac index f0bf300..37c3e78 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_INIT([pw3270], [5.2], [perry.werneck@gmail.com]) dnl Place auxilliary scripts here. AC_CONFIG_AUX_DIR([scripts]) -AC_CONFIG_SUBDIRS([submodules/lib3270]) +AC_CONFIG_SUBDIRS([modules/lib3270]) dnl Compute the canonical host-system type AC_CANONICAL_HOST diff --git a/locale/pw3270.pot b/locale/pw3270.pot index d804ab8..9193a55 100644 --- a/locale/pw3270.pot +++ b/locale/pw3270.pot @@ -9,7 +9,7 @@ msgstr "" "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-09 15:19-0200\n" +"POT-Creation-Date: 2018-11-09 16:19-0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,7 @@ msgstr "" "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-09 15:19-0200\n" +"POT-Creation-Date: 2018-11-09 16:19-0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- libgit2 0.21.2