Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xerces-c
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cinema-developers
xerces-c
a4dc27fed6de656a41ef1a3b408e410ea0528557
xerces-c
reconf
Find file
Normal view
History
Permalink
reconf
86 B
Newer
Older
added script for re-running autoconf/automake et. al.
Jason Edward Stewart
committed
18 years ago
1
2
3
4
5
6
7
8
#!/bin/sh
set
-x
rm
-f
config.cache
aclocal
-I
m4
autoheader
automake
-a
autoconf
exit