summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2010-03-13 00:32:47 +0000
committerjbj <jbj>2010-03-13 00:32:47 +0000
commit9509ef20d15a35cc22e9f65b006b2e7381859308 (patch)
tree8f7e1c9880d055f48e995b37b18e1946c00d277b
parentba4d8c20d9f28f4339ea6b70709aaecd8bbfebdf (diff)
downloadlibpopt-9509ef20d15a35cc22e9f65b006b2e7381859308.tar.gz
- name unit test config same as rpm.
-rw-r--r--Makefile.am2
-rw-r--r--auto/.cvsignore4
-rw-r--r--auto/Makefile.am4
-rw-r--r--auto/desc.in (renamed from auto/popt.desc.in)0
-rw-r--r--auto/types.in (renamed from auto/popt.types.in)0
-rwxr-xr-xconfigure.ac2
6 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index ffba744..e634a0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
LINT = splint
MCCABE = pmccabe
-EXTRA_DIST = config.rpath lookup3.c autogen.sh CHANGES $(man_MANS) \
+EXTRA_DIST = config.rpath lookup3.c autogen.sh CHANGES $(man_MANS) \
footer_no_timestamp.html libpopt.vers \
testit.sh test-poptrc \
popt.xcodeproj/project.pbxproj \
diff --git a/auto/.cvsignore b/auto/.cvsignore
index 9f8d58a..d128b62 100644
--- a/auto/.cvsignore
+++ b/auto/.cvsignore
@@ -2,7 +2,7 @@ descriptors_storage
header_compile_errors
Makefile
Makefile.in
-popt.desc
-popt.types
+desc
+types
test_results
tests
diff --git a/auto/Makefile.am b/auto/Makefile.am
index 95d9064..56bb292 100644
--- a/auto/Makefile.am
+++ b/auto/Makefile.am
@@ -8,5 +8,5 @@ clean-local:
rm -rf $(TDIRS)
check-local:
- -[ -d tests ] && ${AUTOTEST} -l popt -d popt.desc -clean
- -${AUTOTEST} -l popt -d popt.desc -st popt.types -gen -build -run
+ -[ -d tests ] && ${AUTOTEST} -l popt -d desc -clean
+ -${AUTOTEST} -l popt -d desc -st types -gen -build -run
diff --git a/auto/popt.desc.in b/auto/desc.in
index 32bdc3b..32bdc3b 100644
--- a/auto/popt.desc.in
+++ b/auto/desc.in
diff --git a/auto/popt.types.in b/auto/types.in
index df24f5a..df24f5a 100644
--- a/auto/popt.types.in
+++ b/auto/types.in
diff --git a/configure.ac b/configure.ac
index 8685425..8590605 100755
--- a/configure.ac
+++ b/configure.ac
@@ -130,6 +130,6 @@ AC_SUBST(POPT_SOURCE_PATH)
AC_CONFIG_SUBDIRS()
AC_CONFIG_FILES([ po/Makefile.in
Doxyfile Makefile popt.pc popt.spec test-poptrc
- auto/Makefile auto/popt.desc auto/popt.types
+ auto/Makefile auto/desc auto/types
])
AC_OUTPUT